-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.13.2, Minecraft 18w43b, 1.15.2, 1.16 Release Candidate 1, 1.16, 1.17, 1.17.1 Pre-release 1, 1.17.1, 21w39a, 21w40a, 21w42a, 1.18 Pre-release 1, 1.18, 1.18.1 Pre-release 1, 1.18.1, 1.18.2, 22w11a, 22w12a, 22w13a, 22w14a, 22w15a, 22w16b, 22w17a, 22w18a, 22w19a, 1.19 Pre-release 1, 1.19 Pre-release 2, 1.19 Pre-release 3, 1.19 Pre-release 4, 1.19 Pre-release 5, 1.19 Release Candidate 2, 1.19, 22w24a, 1.19.1 Pre-release 1, 1.19.1 Release Candidate 1, 1.19.1 Pre-release 2, 1.19.1 Pre-release 3, 1.19.1 Pre-release 4, 1.19.1 Pre-release 5, 1.19.1 Pre-release 6, 1.19.1 Release Candidate 2, 1.19.1 Release Candidate 3, 1.19.1, 1.19.2 Release Candidate 1, 1.19.2, 22w42a, 22w43a, 22w44a, 22w45a, 22w46a, 1.19.3 Pre-release 1, 1.19.3 Pre-release 2, 1.19.3 Pre-release 3, 1.19.3 Release Candidate 1, 1.19.3 Release Candidate 2, 1.19.3, 23w03a, 23w04a, 23w05a, 23w06a, 23w07a, 1.19.4 Pre-release 1, 1.19.4 Pre-release 2, 1.19.4 Pre-release 3, 1.19.4 Pre-release 4, 1.19.4 Release Candidate 1, 1.19.4 Release Candidate 2, 1.19.4 Release Candidate 3, 1.19.4, 23w12a, 23w13a, 23w14a, 23w16a, 23w17a, 23w18a, 1.20 Pre-release 1, 1.20 Pre-release 2, 1.20 Pre-release 4, 1.20 Pre-release 5, 1.20 Pre-release 6, 1.20 Pre-release 7, 1.20 Release Candidate 1, 1.20, 1.20.1 Release Candidate 1, 1.20.1, 23w33a, 1.20.2, 1.20.4, 24w07a
-
None
-
Confirmed
-
Accessibility, Text
The bug
The command output for the /help command does not contain spaces between the provided arguments and the separator (which is the "pipe" character |), causing it to be very difficult to read and an accessibility issue.
A possible solution would be to change all the pipes that are used as separators to broken bars (so they look like before), but the ideal fixes would be adding spaces between the pipes, and/or color-coding the list of commands.
Note
Previously, the old font texture for "pipe" used to be 2 lines on top of each other (¦) and with the font texture change, this was fixed to a solid vertical line (|). The new look of the pipe symbol is correct, as it's a pipe (| U+007C) and not a broken bar (¦ U+00A6), but this caused any use of the pipe as a separator (e.g. in /help) to now be even more difficult to read as they are nearly indistinguishable from a lowercase L.
- relates to
-
MC-197772 Missing textures in minecraft:uniform font
- Resolved