wireless grid

This commit is contained in:
Raoul Van den Berge
2015-12-22 18:13:41 +01:00
parent 1dfe250ddc
commit 22c036141c
6 changed files with 145 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public class CommonProxy
GameRegistry.registerBlock(StorageCraftBlocks.DETECTOR, "detector");
GameRegistry.registerItem(StorageCraftItems.STORAGE_CELL, "storageCell");
GameRegistry.registerItem(StorageCraftItems.WIRELESS_GRID, "wirelessGrid");
}
public void init(FMLInitializationEvent e)