aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-02-20 17:20:04 +0100
committerGitHub <noreply@github.com>2022-02-20 17:20:04 +0100
commitaec80cd7e7cd366bd9f0c60207eba93f55da0140 (patch)
treed5ed71fec41fa1cb2148a72c38b22dd715ce58e4 /src/main/java/gtPlusPlus/xmod/gregtech/registration
parentf6a7c3421168b95c2d61a6314206f4bd2eea2297 (diff)
downloadGT5-Unofficial-aec80cd7e7cd366bd9f0c60207eba93f55da0140.tar.gz
GT5-Unofficial-aec80cd7e7cd366bd9f0c60207eba93f55da0140.tar.bz2
GT5-Unofficial-aec80cd7e7cd366bd9f0c60207eba93f55da0140.zip
balancing Potin Pipes now between steel and stainless steel (#128)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
index 3c1140fea0..c2a9ca65a5 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
@@ -168,7 +168,7 @@ public class GregtechConduits {
generateNonGTFluidPipes(GT_Materials.Void, null, BasePipeID+15, 800, 25000, true);
}
generateGTFluidPipes(Materials.Europium, BasePipeID+20, 12000, 7500, true);
- generateNonGTFluidPipes(GT_Materials.Potin, ALLOY.POTIN, BasePipeID+25, 480, 2000, true);
+ generateNonGTFluidPipes(GT_Materials.Potin, ALLOY.POTIN, BasePipeID+25, 250, 2000, true);
generateNonGTFluidPipes(GT_Materials.MaragingSteel300, ALLOY.MARAGING300, BasePipeID+30, 7000, 2500, true);
generateNonGTFluidPipes(GT_Materials.MaragingSteel350, ALLOY.MARAGING350, BasePipeID+35, 8000, 2500, true);
generateNonGTFluidPipes(GT_Materials.Inconel690, ALLOY.INCONEL_690, BasePipeID+40, 7500, 4800, true);