aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorDraknyte1 <3060479+draknyte1@users.noreply.github.com>2018-06-17 15:04:41 +1000
committerDraknyte1 <3060479+draknyte1@users.noreply.github.com>2018-06-17 15:04:41 +1000
commit2e41ca62618aebf5f110c55f44a4f61029b6ebea (patch)
tree7cc344d1846ff97bf26abdd57def12042490cbc9 /src/Java/gtPlusPlus/xmod/gregtech/registration
parent3655457016c99e60197271a6b3624196539e1c3b (diff)
downloadGT5-Unofficial-2e41ca62618aebf5f110c55f44a4f61029b6ebea.tar.gz
GT5-Unofficial-2e41ca62618aebf5f110c55f44a4f61029b6ebea.tar.bz2
GT5-Unofficial-2e41ca62618aebf5f110c55f44a4f61029b6ebea.zip
+ Added low efficiency mode to the Pollution Scrubbers, allowing Rotors to be saved. Closes #312.
+ Added ability for Ore Wash Plant to hand Chemical Bathing. Closes #289. % Made Multi-Machine now have a Fluid Extractor mode, this has replaced the Distillery mode. Closes #306. % Updated Multi-Machine manual, to reflect mode C being enabled and it's new Fluid Extractor mode. $ Fixed High Temp Pipe capacities. $ Fixed Ore Wash Plant Tooltip. Closes #302.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java2
1 files changed, 1 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 45559fee97..9ee65a1760 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechConduits.java
@@ -107,7 +107,7 @@ public class GregtechConduits {
generateGTFluidPipes(Materials.Clay, BasePipeID+65, 100, 500, false);
generateGTFluidPipes(Materials.Lead, BasePipeID+70, 720, 1200, true);
- generateNonGTFluidPipes(GT_Materials.TriniumNaquadahCarbonite, ALLOY.TRINIUM_NAQUADAH_CARBON, 30500, 4, 250000, true);
+ generateNonGTFluidPipes(GT_Materials.TriniumNaquadahCarbonite, ALLOY.TRINIUM_NAQUADAH_CARBON, 30500, 10, 250000, true);
}