chat reset code (§r) doesn't work at the start of the text in resource pack lang file. in 1.15 it defaults to white color and sets italic to false.
<sample rp>/assets/minecraft/lang/en_us.json
{
"item.minecraft.golden_apple": "§rSample Text"
}Test resource pack
Linked issues
relates to 2
Attachments
Comments 7
you cannot use Raw JSON text in a resource pack's lang files. Only §r doesn't work all other colors/formats that use § work. could make it where [MOTD unicode|https://minecraft.tools/en/color-code.php] will also work in any lang file instead of §
Formatting codes are deprecated and will be removed in the future. We will continue to introduce further support for text components instead where it is still missing, so prefer moving to those wherever possible and be aware that any strings using format codes may stop working in future versions.
The § symbol is slowly being removed from Minecraft. Use Raw JSON text instead.