Switched to the new rollingmachine gui

This commit is contained in:
Gig 2015-05-08 22:33:06 +01:00
parent c6405da0dd
commit ed99503fb2
3 changed files with 1 additions and 2 deletions

View file

@ -170,7 +170,6 @@ public class ModBlocks {
storage = new BlockStorage(Material.rock);
GameRegistry.registerBlock(storage, ItemBlockStorage.class, "techreborn.storage");
LogHelper.info("TechReborns Blocks Loaded");
HighAdvancedMachineBlock = new BlockHighlyAdvancedMachine(Material.rock);
GameRegistry.registerBlock(HighAdvancedMachineBlock, "highlyadvancedmachine");