Fixed crash on place
This commit is contained in:
parent
dc6d186f67
commit
1f1096dd49
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class ModBlocks {
|
|||
|
||||
BlastFurnace = new BlockBlastFurnace(Material.piston);
|
||||
GameRegistry.registerBlock(BlastFurnace, "blastFurnace");
|
||||
GameRegistry.registerTileEntity(TileBlastFurnace.class, "TileBlastFurnace");
|
||||
|
||||
MachineCasing = new BlockMachineCasing(Material.piston);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
|
|
Loading…
Add table
Reference in a new issue