Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.16 Release Candidate 1, 1.16
-
Fix Version/s: 20w28a
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Rendering, UI
-
Mojang Priority:Important
Description
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)
Attachments
Issue Links
- relates to
-
MC-57869 Some item tooltips use § for coloring, rendering them incorrect in right-to-left languages
- Resolved