Move setRegistryName out of item/block constructors

This commit is contained in:
Nick 2016-04-09 16:50:16 -07:00
parent b259afc7df
commit d48e4e5ae8
78 changed files with 92 additions and 206 deletions
src/main/java/WayofTime/bloodmagic/item/soul

View file

@ -72,7 +72,6 @@ public class ItemSentientSword extends ItemSword implements IDemonWillWeapon, IM
super(ModItems.soulToolMaterial);
setUnlocalizedName(Constants.Mod.MODID + ".sentientSword");
setRegistryName(Constants.BloodMagicItem.SENTIENT_SWORD.getRegName());
setCreativeTab(BloodMagic.tabBloodMagic);
}