The bug
Entity names can no longer be colored. They are now displayed in white. This applies to multiplayer and singleplayer.
How to reproduce
/summon cow ~ ~ ~ {CustomName:'{"text":"blah","color":"green"}',CustomNameVisible:1b}
→ ❌ The name is white, not green
Linked issues
is duplicated by 5
relates to 1
Comments 5
There's also another issue where "§" code does not work in resource pack entries that call for a variable. For example:
"commands.tag.add.success.single": "Added tag '§a%s§r' to %s",
This no longer works as of 20w17a.
Added repro steps/confirmed