diff options
| author | GlodBlock <1356392126@qq.com> | 2021-06-13 21:28:59 +0800 |
|---|---|---|
| committer | GlodBlock <1356392126@qq.com> | 2021-06-13 21:28:59 +0800 |
| commit | 5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6 (patch) | |
| tree | c991ed4d6cb79f4197045615ce8e9301c2c669ee /src/main/java/GoodGenerator/Loader | |
| parent | b265bbb43f58fd930605cd55db8ed102e84e10ef (diff) | |
| download | GT5-Unofficial-5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6.tar.gz GT5-Unofficial-5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6.tar.bz2 GT5-Unofficial-5d9d1d7e127b3a261fbf93d2ac2d64d25182b9d6.zip | |
update version and add new machine base
Diffstat (limited to 'src/main/java/GoodGenerator/Loader')
| -rw-r--r-- | src/main/java/GoodGenerator/Loader/Loaders.java | 2 |
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); |
