-
Bug
-
Resolution: Fixed
-
20w19a
-
None
-
Confirmed
-
Text, UI
-
Low
MC-181418 was fixed for text, however mobs with pure translate or keybind as names still cannot use colors.
How to reproduce
/summon cow ~ ~ ~ {CustomName:'{"text":"Something","color":"green"}'}
→ Name is green
/summon cow ~ ~ ~ {CustomName:'{"translate":"item.minecraft.pufferfish","color":"green"}'}
→ Name is white
Workaround
[{"text":"","color":"green"},{"translate":"item.minecraft.pufferfish"}]
- relates to
-
MC-181418 Entity names can no longer be colored
- Resolved