Now stores eu when broken with a wrench. Added empty and full ones to creative tab.
This commit is contained in:
parent
63fa58eb24
commit
af9e9e535a
3 changed files with 134 additions and 3 deletions
src/main/java/techreborn/init
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue