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
|
@ -36,7 +36,6 @@ public class ItemUpgradeTome extends Item implements IVariantProvider
|
|||
|
||||
setCreativeTab(BloodMagic.tabUpgradeTome);
|
||||
setUnlocalizedName(Constants.Mod.MODID + ".upgradeTome");
|
||||
setRegistryName(Constants.BloodMagicItem.UPGRADE_TOME.getRegName());
|
||||
setHasSubtypes(true);
|
||||
setMaxStackSize(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue