Interface base block (with inventory)
This commit is contained in:
@@ -53,6 +53,7 @@ public class CommonProxy
|
||||
GameRegistry.registerTileEntity(TileConstructor.class, "constructor");
|
||||
GameRegistry.registerTileEntity(TileStorage.class, "storage");
|
||||
GameRegistry.registerTileEntity(TileRelay.class, "relay");
|
||||
GameRegistry.registerTileEntity(TileInterface.class, "interface");
|
||||
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.CONTROLLER, ItemBlockController.class, "controller");
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.CABLE, "cable");
|
||||
@@ -68,7 +69,8 @@ public class CommonProxy
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.DESTRUCTOR, "destructor");
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.CONSTRUCTOR, "constructor");
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.STORAGE, ItemBlockStorage.class, "storage");
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.RELAY, "relay");
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.RELAY, "relay"); // @TODO: Recipe
|
||||
GameRegistry.registerBlock(RefinedStorageBlocks.INTERFACE, "interface"); // @TODO: Recipe
|
||||
|
||||
GameRegistry.registerItem(RefinedStorageItems.STORAGE_CELL, "storage_cell");
|
||||
GameRegistry.registerItem(RefinedStorageItems.WIRELESS_GRID, "wireless_grid");
|
||||
|
||||
Reference in New Issue
Block a user