aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-10-26 02:19:52 +0100
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-10-26 02:19:52 +0100
commit4a6c41795cca07bd68c6e26852b357ee648168e6 (patch)
treed91169861cbbe91c7dd57fe7cec908278f6f36ef /src/Java/gtPlusPlus/xmod/gregtech/registration
parent0eea32553f7fa121b30675b8f30142526519dfb7 (diff)
downloadGT5-Unofficial-4a6c41795cca07bd68c6e26852b357ee648168e6.tar.gz
GT5-Unofficial-4a6c41795cca07bd68c6e26852b357ee648168e6.tar.bz2
GT5-Unofficial-4a6c41795cca07bd68c6e26852b357ee648168e6.zip
$ Final 5.08 compatibility changes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
index 2fe4fc765f..adaabed10f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
@@ -5,6 +5,7 @@ import static gtPlusPlus.core.recipe.common.CI.bitsd;
import gregtech.api.enums.ItemList;
import gregtech.api.util.GT_ModHandler;
import gtPlusPlus.api.objects.Logger;
+import gtPlusPlus.core.lib.CORE;
import gtPlusPlus.core.material.ALLOY;
import gtPlusPlus.core.recipe.common.CI;
import gtPlusPlus.core.util.minecraft.FluidUtils;
@@ -21,6 +22,9 @@ public class GregtechCustomHatches {
if (gtPlusPlus.core.lib.LoadedMods.Gregtech) {
Logger.INFO("Gregtech5u Content | Registering Custom Fluid Hatches.");
run1();
+
+ //No pollution in 5.08
+ if (CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK)
run2();
}
}