Start on Blast furnace will get @modmuss50 to finish
This commit is contained in:
parent
4a3214320c
commit
dc6d186f67
12 changed files with 204 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class ModBlocks {
|
|||
public static Block centrifuge;
|
||||
public static Block RollingMachine;
|
||||
public static Block MachineCasing;
|
||||
public static Block BlastFurnace;
|
||||
|
||||
public static Block ore;
|
||||
public static Block storage;
|
||||
|
@ -48,6 +49,9 @@ public class ModBlocks {
|
|||
GameRegistry.registerBlock(RollingMachine, "rollingmachine");
|
||||
GameRegistry.registerTileEntity(TileRollingMachine.class, "TileRollingMachine");
|
||||
|
||||
BlastFurnace = new BlockBlastFurnace(Material.piston);
|
||||
GameRegistry.registerBlock(BlastFurnace, "blastFurnace");
|
||||
|
||||
MachineCasing = new BlockMachineCasing(Material.piston);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue