Now stores eu when broken with a wrench. Added empty and full ones to creative tab.

This commit is contained in:
modmuss50 2015-06-14 12:35:28 +01:00
parent 63fa58eb24
commit af9e9e535a
3 changed files with 134 additions and 3 deletions
src/main/java/techreborn/init

View file

@ -233,7 +233,7 @@ public class ModBlocks {
GameRegistry.registerBlock(Idsu, "idsu");
Aesu = new BlockAesu(Material.rock);
GameRegistry.registerBlock(Aesu, "aesu");
GameRegistry.registerBlock(Aesu, ItemBlockAesu.class, "aesu");
GameRegistry.registerTileEntity(TileAesu.class, "TileAesuTR");
Lesu = new BlockLesu(Material.rock);