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
|
@ -35,7 +35,6 @@ public class BlockAlchemyArray extends BlockContainer
|
|||
super(Material.cloth);
|
||||
|
||||
setUnlocalizedName(Constants.Mod.MODID + ".alchemyArray");
|
||||
setRegistryName(Constants.BloodMagicBlock.ALCHEMY_ARRAY.getRegName());
|
||||
setHardness(0.1f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue