Run MCC at true 20 TPS

This commit is contained in:
Anon 2026-03-23 14:29:04 +01:00
parent 5f7e302213
commit 484133f07a
30 changed files with 1091 additions and 147 deletions

View file

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