aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Loader
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/GoodGenerator/Loader')
-rw-r--r--src/main/java/GoodGenerator/Loader/Loaders.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/GoodGenerator/Loader/Loaders.java b/src/main/java/GoodGenerator/Loader/Loaders.java
index 238fcbffff..f247851867 100644
--- a/src/main/java/GoodGenerator/Loader/Loaders.java
+++ b/src/main/java/GoodGenerator/Loader/Loaders.java
@@ -35,6 +35,7 @@ public class Loaders {
public static final Block FRF_Coil_3 = new Casing("FRF_Coil_3",new String[]{GoodGenerator.MOD_ID+":FRF_Coils/3"});
public static final Block radiationProtectionSteelFrame = new Frame("radiationProtectionSteelFrame",new String[]{GoodGenerator.MOD_ID+":radiationProtectionSteelFrame"});
public static final Block fieldRestrictingGlass = new Frame("fieldRestrictingGlass",new String[]{GoodGenerator.MOD_ID+":fieldRestrictingGlass"});
+ public static final Block titaniumPlatedCylinder = new Frame("titaniumPlatedCylinder",new String[]{GoodGenerator.MOD_ID+":titaniumPlatedCylinder"});
public static ItemStack MAR;
public static ItemStack FRF;
@@ -47,6 +48,7 @@ public class Loaders {
GameRegistry.registerBlock(FRF_Coil_1,MyItemBlocks.class,"FRF_Coil_1");
GameRegistry.registerBlock(FRF_Coil_2,MyItemBlocks.class,"FRF_Coil_2");
GameRegistry.registerBlock(FRF_Coil_3,MyItemBlocks.class,"FRF_Coil_3");
+ GameRegistry.registerBlock(titaniumPlatedCylinder,MyItemBlocks.class,"titaniumPlatedCylinder");
GameRegistry.registerItem(radiationProtectionPlate,"radiationProtectionPlate",GoodGenerator.MOD_ID);
GameRegistry.registerItem(wrappedUraniumIngot,"wrappedUraniumIngot",GoodGenerator.MOD_ID);
GameRegistry.registerItem(highDensityUraniumNugget,"highDensityUraniumNugget",GoodGenerator.MOD_ID);