mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Make chunk loading status to be displayed using "/move" command
This commit is contained in:
parent
ff014d2912
commit
b0b45a74a0
5 changed files with 23 additions and 27 deletions
|
|
@ -319,6 +319,7 @@ cmd.move.fail=Failed to compute path to {0}
|
|||
cmd.move.suggestforce=Failed to compute a safe path to {0}. Try -f parameter to allow unsafe movements.
|
||||
cmd.move.gravity.enabled=Gravity is enabled.
|
||||
cmd.move.gravity.disabled=Gravity is disabled.
|
||||
cmd.move.chunk_loading_status=Chunk loading status: {0:P} - {1} out of {2} load completed.
|
||||
cmd.move.chunk_not_loaded=The chunk where the target location resides has not yet been loaded.
|
||||
|
||||
# Reco
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue