Removed un used block.

This commit is contained in:
modmuss50 2016-12-05 10:21:17 +00:00
parent 8379115c97
commit a96c094267
2 changed files with 0 additions and 6 deletions

View file

@ -69,7 +69,6 @@ public class ModBlocks {
public static Block LESU;
public static Block LESUStorage;
public static Block distillationTower;
public static Block electricCraftingTable;
public static Block vacuumFreezer;
public static Block fusionControlComputer;
public static Block fusionCoil;
@ -292,10 +291,6 @@ public class ModBlocks {
registerBlock(distillationTower, "distillationtower");
Core.proxy.registerCustomBlockStateLocation(distillationTower, "machines/tier2_machines/distillation_tower");
electricCraftingTable = new BlockElectricCraftingTable(Material.ROCK);
registerBlock(electricCraftingTable, "electriccraftingtable");
Core.proxy.registerCustomBlockStateLocation(electricCraftingTable, "machines/tier1_machines/electric_crafting_table");
vacuumFreezer = new BlockVacuumFreezer(Material.ROCK);
registerBlock(vacuumFreezer, "vacuumfreezer");
GameRegistry.registerTileEntity(TileVacuumFreezer.class, "TileVacuumFreezerTR");

View file

@ -22,7 +22,6 @@ public class StackWIPHandler {
public StackWIPHandler() {
wipBlocks.add(ModBlocks.magicalAbsorber);
wipBlocks.add(ModBlocks.chunkLoader);
wipBlocks.add(ModBlocks.electricCraftingTable);
wipBlocks.add(ModBlocks.chargeBench);
wipBlocks.add(ModBlocks.magicEnergeyConverter);