mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Run MCC at true 20 TPS
This commit is contained in:
parent
5f7e302213
commit
484133f07a
30 changed files with 1091 additions and 147 deletions
|
|
@ -142,7 +142,11 @@ mc-start "$VERSION" >/dev/null
|
|||
wait_for_server_ready || fail "Server did not become ready"
|
||||
|
||||
echo "Starting MCC..."
|
||||
mcc-run 25565 > "$MCC_LOG" 2>&1 &
|
||||
mcc-run 25565 \
|
||||
--advanced.terrainandmovements=true \
|
||||
--advanced.inventoryhandling=true \
|
||||
--advanced.entityhandling=true \
|
||||
> "$MCC_LOG" 2>&1 &
|
||||
MCC_PID=$!
|
||||
|
||||
wait_for_file_pattern "$MCC_LOG" "Server was successfully joined." "MCC join success" 90 || fail "MCC failed to join"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue