From 7658e6012a25db180ecc1e177331345959e5f459 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Thu, 25 Aug 2022 22:47:45 +0200 Subject: i nerf potin pipes but forgot about lead pipes. (#305) --- .../xmod/gregtech/registration/gregtech/GregtechConduits.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech') 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); -- cgit