Added basic test cases for the IDSU manager, it looks like it works :)

This commit is contained in:
modmuss50 2015-06-15 21:18:12 +01:00
parent 97e8492801
commit 2bed98e6f0
5 changed files with 97 additions and 25 deletions

View file

@ -38,6 +38,7 @@ import techreborn.blocks.storage.BlockLesu;
import techreborn.blocks.storage.BlockLesuStorage;
import techreborn.itemblocks.*;
import techreborn.tiles.*;
import techreborn.tiles.iesu.TileIDSU;
import techreborn.tiles.lesu.TileLesu;
import techreborn.tiles.lesu.TileLesuStorage;
import techreborn.util.LogHelper;
@ -207,6 +208,7 @@ public class ModBlocks {
Idsu = new BlockIDSU(Material.rock);
GameRegistry.registerBlock(Idsu, "idsu");
GameRegistry.registerTileEntity(TileIDSU.class, "TileIDSUTR");
Aesu = new BlockAesu(Material.rock);
GameRegistry.registerBlock(Aesu, ItemBlockAesu.class, "aesu");