mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Merge pull request #2969 from milutinke/feature/true-20-tps-runtime
This commit is contained in:
commit
932d01fb30
29 changed files with 764 additions and 147 deletions
|
|
@ -338,7 +338,7 @@ tools/decompile.sh --version 1.20.6
|
|||
|
||||
That creates the paths used by the harness and the version-adaptation workflow:
|
||||
|
||||
- `MinecraftOfficial/downloads/1.20.6/server.jar`
|
||||
- `$MCC_SERVERS/1.20.6/server.jar`
|
||||
- `MinecraftOfficial/1.20.6-decompiled/`
|
||||
|
||||
If you are doing protocol work, this step is not optional.
|
||||
|
|
|
|||
|
|
@ -642,7 +642,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||
|
||||
**Some settings are not reloaded because they are used before client initialization. Settings passed on the command line also override file values. ReplayCapture is not reloaded due to technical limitations.**
|
||||
**Some settings are not reloaded because they are used before client initialization. Settings passed on the command line also override file values.**
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -982,7 +982,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
- **Description:**
|
||||
|
||||
Wait X ticks (10 ticks = ~1 second. Only for scripts)
|
||||
Wait X ticks (20 ticks = ~1 second. Only for scripts)
|
||||
|
||||
- **Usage:**
|
||||
|
||||
|
|
@ -1363,4 +1363,3 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
</div>
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue