Latest 1.19 Version of the Mod is causing this weird display output on Servers
SHXRKIEgg opened this issue ยท 5 comments
The mod Jar contains the file assets/minecraft/lang/en_us.json
with the contents:
{
"block.minecraft.sand": "Sand Block",
"block.minecraft.red_sand": "Red Sand Block"
}
This is effectively wiping all the aliases for the logger and setting just 2.
Editing the Jar and removing this file will make the server use the default language file.
The mod Jar contains the file
assets/minecraft/lang/en_us.json
with the contents:{ "block.minecraft.sand": "Sand Block", "block.minecraft.red_sand": "Red Sand Block" }This is effectively wiping all the aliases for the logger and setting just 2.
Editing the Jar and removing this file will make the server use the default language file.
Makes sense
thanks now the devs just have to fix it