mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Bug fix
This commit is contained in:
parent
77d858dc35
commit
c1a04fe5bf
12 changed files with 57 additions and 27 deletions
|
|
@ -237,6 +237,12 @@ cmd.changeSlot.fail=Could not change slot
|
|||
|
||||
# Chunk
|
||||
cmd.chunk.desc=Displays the chunk loading status.\nChange EnableEmoji=false in the settings if the display is confusing.
|
||||
cmd.chunk.current=Current location:{0}, chunk: ({1}, {2}).
|
||||
cmd.chunk.marked=Marked location:
|
||||
cmd.chunk.chunk_pos=chunk: ({0}, {1}).
|
||||
cmd.chunk.outside=§x§0Since the marked chunk is outside the graph, it will not be displayed!§r
|
||||
cmd.chunk.icon=Player:{0}, MarkedChunk:{1}, NotReceived:{2}, Loading:{3}, Loaded:{4}
|
||||
cmd.chunk.for_debug=§x§0This command is used for debugging, make sure you know what you are doing.§r
|
||||
|
||||
# Connect
|
||||
cmd.connect.desc=connect to the specified server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue