Add non-emoji representation for /chunk status

This commit is contained in:
BruceChen 2022-09-08 14:55:41 +08:00
parent b976550828
commit bfd01a5f78
4 changed files with 14 additions and 5 deletions

View file

@ -48,6 +48,7 @@ autorespawn=false # Toggle auto respawn if client player was de
minecraftrealms=false # Enable support for joining Minecraft Realms worlds
moveheadwhilewalking=true # Enable head movement while walking to avoid anti-cheat triggers
timeout=30 # Set a custom timeout in seconds (Default: 30). Use only if you know what you're doing.
enableemoji=true # If turned off, the emoji will be replaced with a simpler character (for /chunk status)
[Signature]
# Chat settings (affects minecraft 1.19+)

View file

@ -228,7 +228,7 @@ cmd.changeSlot.changed=Changed to slot {0}
cmd.changeSlot.fail=Could not change slot
# Chunk
cmd.chunk.desc=Displays the chunk loading status.
cmd.chunk.desc=Displays the chunk loading status.\nChange enableemoji=false in the settings if the display is confusing.
# Connect
cmd.connect.desc=connect to the specified server.