From 5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Sun, 13 Jun 2021 21:28:59 +0800 Subject: update version and add new machine base --- src/main/java/GoodGenerator/Loader/Loaders.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/java/GoodGenerator/Loader') 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); -- cgit