Skip to content

Commit

Permalink
fix: note default password
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Nov 30, 2023
1 parent 5044a8b commit cae1c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ A list of all changes made to the software in reverse chronological order.

## 3.3.5

- Added support for Paper 1.20.2
- Added support for Fabric 1.20.2
- Added support for 1.20.2 on Paper and Fabric
- Created a [website](https://mccc.qixils.dev) to guide you through setting up the mod
- Disabled several effects from executing while "Can't Move" is active

Expand Down
2 changes: 1 addition & 1 deletion website/pages/guide/fabric/client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ useSeoMeta({
<li>Select <strong>Fabric</strong> and click next.</li>
<li>Select <strong>Remote</strong>.</li>
<li>Enter in <code>localhost</code> as the host and click next.</li>
<li>Accept the default password by clicking next.</li>
<li>Accept the default password <code>crowdcontrol</code> by clicking next.</li>
<li>Launch your modded instance of Minecraft {{ version }} and open the world you want to play on.</li>
<li>In the app, if you see a <strong>Connector Error</strong> button, click on it to refresh the connection to the game.</li>
<li>Select <strong>Start Session</strong> in the Crowd Control app.</li>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/guide/sponge/client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ useSeoMeta({
<li>Select <strong>Sponge {{api}}</strong> and click next.</li>
<li>Select <strong>Remote</strong>.</li>
<li>Enter in <code>localhost</code> as the host and click next.</li>
<li>Accept the default password by clicking next.</li>
<li>Accept the default password <code>crowdcontrol</code> by clicking next.</li>
<li>Launch your modded instance of Minecraft {{version}} and open the world you want to play on.</li>
<li>In the app, if you see a <strong>Connector Error</strong> button, click on it to refresh the connection to the game.</li>
<li>Select <strong>Start Session</strong> in the Crowd Control app.</li>
Expand Down

0 comments on commit cae1c9d

Please sign in to comment.