\u0000 Character Displaying Block

OtherwiseJunk

New member
Jun 18, 2022
2
0
1
I was trying to update a resource pack for emojichat, and it looks like replacing the space character (\u0020) with the character Mojang recommend (\u0000, https://bugs.mojang.com/browse/MC-251764) is placing an unusual SP block character.

The emojichat mod itself is fairly old, we've mostly been adding emotes to it and not much else, but if anyone has any ideas I'd really like to get this displaying normally again.

Resource pack in question:

The 1.8.4 pack has the thin spaces issue described in MC-251764.
 

Attachments

  • Screenshot_20220618-112511.png
    Screenshot_20220618-112511.png
    381.3 KB · Views: 2
Last edited:

OtherwiseJunk

New member
Jun 18, 2022
2
0
1
Hey crazy,

This is the output after changing the default.json to use \u0000 in place of \u0020.

Prior to that the spaces are just tiny, like quarter width, as the Mojang bug describes.

I'll take a look at that mod tho, thanks!