Merge pull request #2969 from milutinke/feature/true-20-tps-runtime

This commit is contained in:
Anon 2026-03-23 15:34:54 +01:00 committed by GitHub
commit 932d01fb30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 764 additions and 147 deletions

View file

@ -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.

View file

@ -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>