Removed Iron Fence gate, it was bugged and is not in GT.
This commit is contained in:
parent
b907e62a45
commit
2fbccc696f
7 changed files with 0 additions and 83 deletions
|
@ -95,7 +95,6 @@ public class ModBlocks {
|
|||
public static Block rubberPlanks;
|
||||
|
||||
public static Block ironFence;
|
||||
public static Block ironFenceGate;
|
||||
|
||||
public static void init() {
|
||||
thermalGenerator = new BlockThermalGenerator();
|
||||
|
@ -315,9 +314,6 @@ public class ModBlocks {
|
|||
|
||||
ironFence = new BlockIronFence();
|
||||
GameRegistry.registerBlock(ironFence, "ironFence");
|
||||
|
||||
ironFenceGate = new BlockIronFenceGate();
|
||||
GameRegistry.registerBlock(ironFenceGate, "ironFenceGate");
|
||||
|
||||
registerOreDict();
|
||||
Core.logHelper.info("TechReborns Blocks Loaded");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue