McJtyMods / ModTutorials

Companion code for the modding tutorials at https://www.mcjty.eu/
MIT License
136 stars 31 forks source link

First Item: Set Unlocalized Name #12

Open Draco18s opened 7 years ago

Draco18s commented 7 years ago

Your tutorial page on items here uses setUnlocalizedName(ModTut.MODID + ".firstitem");

You should instead use setUnlocalizedName(item.getRegistryName()); as the registry name will already have the ModID prepended.