Basic work on Aesu

This commit is contained in:
Gig 2015-05-09 20:19:40 +01:00
parent e3bd172b96
commit 3d92772004
7 changed files with 226 additions and 1 deletions

View file

@ -51,6 +51,7 @@ import techreborn.itemblocks.ItemBlockOre;
import techreborn.itemblocks.ItemBlockQuantumChest;
import techreborn.itemblocks.ItemBlockQuantumTank;
import techreborn.itemblocks.ItemBlockStorage;
import techreborn.tiles.TileAesu;
import techreborn.tiles.TileAlloySmelter;
import techreborn.tiles.TileAssemblingMachine;
import techreborn.tiles.TileBlastFurnace;
@ -220,6 +221,7 @@ public class ModBlocks {
Aesu = new BlockAesu(Material.rock);
GameRegistry.registerBlock(Aesu, "aesu");
GameRegistry.registerTileEntity(TileAesu.class, "TileAesu");
Lesu = new BlockLesu(Material.rock);
GameRegistry.registerBlock(Lesu, "lesu");