(Resolved) MCreator keeps rewriting my lang-en file

Started by NotPhantomX on

Topic category: Help with MCreator software

Last seen on 07:25, 2. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Resolved) MCreator keeps rewriting my lang-en file
Thu, 04/23/2020 - 22:01 (edited)

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
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes, this is how mcreator…
Tue, 04/14/2020 - 23:44

yes, this is how mcreator works, you need to add a new localization entry in order to do that.

yes, this is how mcreator…
Wed, 04/15/2020 - 12:00

yes, this is how mcreator works, you need to add a new localization entry in order to do that.

This ;)