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
|
@ -45,7 +45,6 @@ public class ItemBoundAxe extends ItemBoundTool implements IMeshProvider
|
|||
public ItemBoundAxe()
|
||||
{
|
||||
super("axe", 7, EFFECTIVE_ON);
|
||||
setRegistryName(Constants.BloodMagicItem.BOUND_AXE.getRegName());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue