diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-08-25 22:47:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 21:47:45 +0100 |
commit | 7658e6012a25db180ecc1e177331345959e5f459 (patch) | |
tree | 9ba2b48d316600d87daf9363335751b2c273d9d1 /src/main | |
parent | 56127a876923aec890f571fce8adaf622d441537 (diff) | |
download | GT5-Unofficial-7658e6012a25db180ecc1e177331345959e5f459.tar.gz GT5-Unofficial-7658e6012a25db180ecc1e177331345959e5f459.tar.bz2 GT5-Unofficial-7658e6012a25db180ecc1e177331345959e5f459.zip |
i nerf potin pipes but forgot about lead pipes. (#305)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java | 2 |
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 d1c0bef2b1..cfbcf1c7b8 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java @@ -184,7 +184,7 @@ public class GregtechConduits { generateGTFluidPipes(Materials.DarkSteel, BasePipeID+60, 2320, 2750, true); } generateGTFluidPipes(Materials.Clay, BasePipeID+65, 100, 500, false); - generateGTFluidPipes(Materials.Lead, BasePipeID+70, 720, 1200, true); + generateGTFluidPipes(Materials.Lead, BasePipeID+70, 350, 1200, true); generateNonGTFluidPipes(GT_Materials.TriniumNaquadahCarbonite, ALLOY.TRINIUM_NAQUADAH_CARBON, 30500, 20, 250000, true); |