Move setRegistryName out of item/block constructors
This commit is contained in:
parent
b259afc7df
commit
d48e4e5ae8
78 changed files with 92 additions and 206 deletions
|
@ -39,7 +39,6 @@ public class ItemSentientBow extends ItemBow implements IMultiWillTool//, IMeshP
|
|||
{
|
||||
super();
|
||||
setUnlocalizedName(Constants.Mod.MODID + ".sentientBow");
|
||||
setRegistryName(Constants.BloodMagicItem.SENTIENT_BOW.getRegName());
|
||||
setCreativeTab(BloodMagic.tabBloodMagic);
|
||||
this.addPropertyOverride(new ResourceLocation("pull"), new IItemPropertyGetter()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue