diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-09 22:04:09 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-09 22:04:09 +1000 |
commit | aa22ec0e5fd495c942689cd5862e88fea66b74a2 (patch) | |
tree | 06aea596f466c61b57149d4b74051e5d4c8eb84b /src/Java/gtPlusPlus/core/recipe | |
parent | 6aafa5e038bb61d05ee915452a9aa7ae95b55029 (diff) | |
download | GT5-Unofficial-aa22ec0e5fd495c942689cd5862e88fea66b74a2.tar.gz GT5-Unofficial-aa22ec0e5fd495c942689cd5862e88fea66b74a2.tar.bz2 GT5-Unofficial-aa22ec0e5fd495c942689cd5862e88fea66b74a2.zip |
+ Added update checker config option.
$ Fixed pollution related content loading when GT .08 is loaded.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java index bd6f2833cc..dc4791ca0f 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -779,7 +779,7 @@ public class RECIPES_Machines { GregtechItemList.SimpleDustWasher.get(1)); } - if (CORE.configSwitches.enableMachine_Pollution){ + if (CORE.configSwitches.enableMachine_Pollution && CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK){ RecipeUtils.addShapedGregtechRecipe( "plateCarbon", "plateCarbon", "plateCarbon", "dustCarbon", "dustCarbon", "dustCarbon", |