Started by
NotPhantomX
on
Topic category: Help with MCreator software
I have manually configured my lang-en.json file
{
"item.more_minecraft.emerald_leggings": "Emerald Leggings",
"item.more_minecraft.emerald_chestplate": "Emerald Chestplate",
}
keeps getting changed back to
{
"item.more_minecraft.emerald_legs": "Emerald Leggings",
"item.more_minecraft.emerald_body": "Emerald Chestplate",
}
I manually changed the registry names for the emerald chestplate from emeraldbody to emerald_chestplate and same with emeraldlegs to emerald_leggings so I had to manually change my lang file to add a display name to the chestplate and leggings
Edited by NotPhantomX on Thu, 04/23/2020 - 22:01
yes, this is how mcreator works, you need to add a new localization entry in order to do that.
This ;)