Removed un used block.
This commit is contained in:
parent
8379115c97
commit
a96c094267
2 changed files with 0 additions and 6 deletions
|
@ -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");
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue