Some more work on the multiblock system
This commit is contained in:
parent
b505eeaf30
commit
1eb3ef3db6
13 changed files with 158 additions and 27 deletions
src/main/java/techreborn/init
|
@ -55,6 +55,7 @@ public class ModBlocks {
|
|||
|
||||
MachineCasing = new BlockMachineCasing(Material.piston);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
GameRegistry.registerTileEntity(TileMachineCasing.class, "TileMachineCasing");
|
||||
|
||||
ore = new BlockOre(Material.rock);
|
||||
GameRegistry.registerBlock(ore, ItemBlockOre.class, "techreborn.ore");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue