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
[media]Linked issues
relates to 2
Attachments
Comments 6
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 §
The § symbol is slowly being removed from Minecraft. Use Raw JSON text instead.