-
Bug
-
Resolution: Fixed
-
1.16 Release Candidate 1, 1.16
-
None
-
Confirmed
-
Rendering, UI
-
Important
The bug
When typing a command in chat, or typing in command blocks the legacy formatting modifier character (7) is shown for right-to-left languages.
The reason for this appears to be that net.minecraft.client.gui.components.CommandSuggestions uses the legacy formatting.
Reproduction steps
- Change the language to a right-to-left one, e.g. Arabic (first right-to-left language in the list)
- Type / in chat
/7 appears (and it is not gray)
- relates to
-
MC-57869 Some item tooltips use § for coloring, rendering them incorrect in right-to-left languages
- Resolved