aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Anishin <oneeyemaker@gmail.com>2022-11-15 10:46:17 +0300
committerGitHub <noreply@github.com>2022-11-15 08:46:17 +0100
commit3cf1f73bebfd0b8fe511fa9f454a85e2fa8423a7 (patch)
treee03f4f6d00bf7044430472d94c0b8dea0e188a1c /src
parent8127d1ecb3664aed1ddf320953f33f1c5b9c62e3 (diff)
downloadGT5-Unofficial-3cf1f73bebfd0b8fe511fa9f454a85e2fa8423a7.tar.gz
GT5-Unofficial-3cf1f73bebfd0b8fe511fa9f454a85e2fa8423a7.tar.bz2
GT5-Unofficial-3cf1f73bebfd0b8fe511fa9f454a85e2fa8423a7.zip
Changed CO2 amount in wood gas DT recipe (#1512)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
index 53d00fa6e6..4e53fc9b47 100644
--- a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
+++ b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
@@ -15208,7 +15208,7 @@ public class GT_MachineRecipeLoader implements Runnable {
Materials.CarbonDioxide.getGas(390),
Materials.Ethylene.getGas(120),
Materials.Methane.getGas(130),
- Materials.CarbonMonoxide.getGas(2340),
+ Materials.CarbonMonoxide.getGas(240),
Materials.Hydrogen.getGas(120)
},
GT_Values.NI,