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

View file

@ -29,7 +29,6 @@ public class ItemBloodOrb extends ItemBindableBase implements IBloodOrb, IBindab
public ItemBloodOrb()
{
setUnlocalizedName(Constants.Mod.MODID + ".orb.");
setRegistryName(Constants.BloodMagicItem.BLOOD_ORB.getRegName());
this.setMaxDamage(0);
setHasSubtypes(true);
}