-
Bug
-
Resolution: Unresolved
-
None
-
1.15.2, 20w18a, 1.16 Release Candidate 1, 1.16, 1.19.3, 1.21
-
None
-
Confirmed
-
Resource Packs
The bug
Translation still use §-style formatting instead of json text component, so custom hex color and custom fonts is impossible in translation/custom languages.
Example
You can do:
"item.minecraft.diamond": "§6§lDiamond§r"
but not:
"item.minecraft.diamond": {"text":"Diamond","bold":true,"color":"#D9A334"}
The § is outdated and stilled used only in translation and motd.
- relates to
-
MC-190605 Formatting reset code (§r) doesn't work anymore in language files
- Resolved