diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-25 20:19:48 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-25 20:19:48 +1000 |
commit | a088c993ae0a1a06bf0af9c93224bc264c6d01d5 (patch) | |
tree | ba6b6642a98981d8a57d85c9481d19bbc2216c61 /src/Java/miscutil/core/recipe | |
parent | c15153c723b2ceeb69d12fdaf6684a4949f83688 (diff) | |
download | GT5-Unofficial-a088c993ae0a1a06bf0af9c93224bc264c6d01d5.tar.gz GT5-Unofficial-a088c993ae0a1a06bf0af9c93224bc264c6d01d5.tar.bz2 GT5-Unofficial-a088c993ae0a1a06bf0af9c93224bc264c6d01d5.zip |
+ Added a config file!
+ Added textures and Names for the alternative rotors if EnderIO is not installed.
% Changed a few internal things (Look at the commit if interested)
Diffstat (limited to 'src/Java/miscutil/core/recipe')
-rw-r--r-- | src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java index 89e6f9a86b..2529dc60b1 100644 --- a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java @@ -152,6 +152,7 @@ public class RECIPES_GREGTECH { private static void blastFurnaceRecipes(){ Utils.LOG_INFO("Registering Blast Furnace Recipes."); + if (!CORE.disableStaballoyBlastFurnaceRecipe){ GT_Values.RA.addBlastRecipe( UtilsItems.simpleMetaStack("gregtech:gt.metaitem.01", 11028, 1), UtilsItems.simpleMetaStack("gregtech:gt.metaitem.01", 11098, 1), @@ -185,4 +186,5 @@ public class RECIPES_GREGTECH { (int) Math.max(GT_Materials.Staballoy.getMass() / 80L, 1L) * GT_Materials.Staballoy.mBlastFurnaceTemp, 2000, GT_Materials.Staballoy.mBlastFurnaceTemp); } + } }
\ No newline at end of file |