File tree Expand file tree Collapse file tree
src/main/java/com/zerofall/ezstorage/init Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ public static void register() {
5454 GameRegistry .registerBlock (input_port , input_port .getUnlocalizedName ().substring (5 ));
5555 GameRegistry .registerTileEntity (TileEntityInventoryProxy .class , "TileEntityInputPort" );
5656 GameRegistry .registerBlock (crafting_box , crafting_box .getUnlocalizedName ().substring (5 ));
57- GameRegistry .registerBlock (storage_panel , storage_panel .getUnlocalizedName ().substring (5 ));
5857 if (EZConfiguration .experimentalContent ) {
58+ // This blocks add new options to the game not intended to be included into this mod.
59+ // Maybe will move them to another mod, an add-on.
60+ GameRegistry .registerBlock (storage_panel , storage_panel .getUnlocalizedName ().substring (5 ));
5961 GameRegistry .registerBlock (storage_cable , storage_cable .getUnlocalizedName ().substring (5 ));
6062 }
6163 }
You can’t perform that action at this time.
0 commit comments