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
|
@ -40,7 +40,6 @@ public class ItemPackSelfSacrifice extends ItemArmor implements IAltarManipulato
|
|||
super(ArmorMaterial.CHAIN, 0, EntityEquipmentSlot.CHEST);
|
||||
|
||||
setUnlocalizedName(Constants.Mod.MODID + ".pack.selfSacrifice");
|
||||
setRegistryName(Constants.BloodMagicItem.SELF_SACRIFICE_PACK.getRegName());
|
||||
setCreativeTab(BloodMagic.tabBloodMagic);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue