Saved Formatting Strings Do Not Use Escapes
ChloeDawn opened this issue · 1 comments
When saving an edited formatting string via the in-game config, it does not escape special unicode characters.
Version: fabric-1.15.2-1.9.20-71
Example after editing the mod name formatting:
"formatting": {
"modName": "§e%s",
"blockName": "\\u00A7f%s",
"fluidName": "\\u00A7f%s",
"entityName": "\\u00A7f%s",
"registryName": "\\u00A77[%s]"
}