aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/xmod')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
index 6bc0ffae29..269f9e1340 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
@@ -55,7 +55,8 @@ public class GregtechConduits {
}
superConductorFactory(GT_Materials.Superconductor, 524288, 30660, 0, 0, 8);
- superConductorFactory(GT_Materials.Void, 512, 30661, 0, 0, 8);
+ if (LoadedMods.Thaumcraft){
+ superConductorFactory(GT_Materials.Void, 512, 30661, 0, 0, 8);}
generateNonGTFluidPipes(GT_Materials.Staballoy, BasePipeID, 6250, 7500, true);
generateNonGTFluidPipes(GT_Materials.Tantalloy60, BasePipeID+5, 5000, 4250, true);