base storage block

This commit is contained in:
Raoul Van den Berge
2016-01-28 22:28:07 +01:00
parent 60b3475869
commit 5bcd1719c3
15 changed files with 264 additions and 50 deletions

View File

@@ -63,6 +63,7 @@ public class CommonProxy
GameRegistry.registerBlock(StorageCraftBlocks.WIRELESS_TRANSMITTER, "wireless_transmitter");
GameRegistry.registerBlock(StorageCraftBlocks.DESTRUCTOR, "destructor");
GameRegistry.registerBlock(StorageCraftBlocks.CONSTRUCTOR, "constructor");
GameRegistry.registerBlock(StorageCraftBlocks.STORAGE, ItemBlockStorage.class, "storage");
GameRegistry.registerItem(StorageCraftItems.STORAGE_CELL, "storage_cell");
GameRegistry.registerItem(StorageCraftItems.WIRELESS_GRID, "wireless_grid");