From 8c6406887cbe6b2d27cead77c6605639d73012ef Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 6 Oct 2016 02:46:53 +1000 Subject: + Added an extra Thaumcraft check. --- .../xmod/gregtech/registration/gregtech/GregtechConduits.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); -- cgit