Some more work on the multiblock system

This commit is contained in:
Modmuss50 2015-04-17 17:42:57 +01:00
parent b505eeaf30
commit 1eb3ef3db6
13 changed files with 158 additions and 27 deletions
src/main/java/techreborn/init

View file

@ -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");