diff options
author | BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> | 2022-12-28 14:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 13:10:50 +0100 |
commit | 772c06c180a4fbcc18ffedb0bc3a84ad4bbe55d1 (patch) | |
tree | 14444bb8e7193dd516a7d35abfe39135005f41a5 /src | |
parent | 97c1e68536df03e2f8782432f7f789538cf6275d (diff) | |
download | GT5-Unofficial-772c06c180a4fbcc18ffedb0bc3a84ad4bbe55d1.tar.gz GT5-Unofficial-772c06c180a4fbcc18ffedb0bc3a84ad4bbe55d1.tar.bz2 GT5-Unofficial-772c06c180a4fbcc18ffedb0bc3a84ad4bbe55d1.zip |
fix it (#1601)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gregtech/nei/IMCForNEI.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/nei/IMCForNEI.java b/src/main/java/gregtech/nei/IMCForNEI.java index 94b9186cbd..b584a9f958 100644 --- a/src/main/java/gregtech/nei/IMCForNEI.java +++ b/src/main/java/gregtech/nei/IMCForNEI.java @@ -19,6 +19,8 @@ public class IMCForNEI { sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:1195"); sendCatalyst("gt.recipe.gasturbinefuel", "gregtech:gt.blockmachines:1005", -1); + sendCatalyst("gt.recipe.gasturbinefuel", "gregtech:gt.blockmachines:1118"); + sendCatalyst("gt.recipe.gasturbinefuel", "gregtech:gt.blockmachines:1119"); // overwrite yShift to 6 sendHandler("gt.recipe.fakeAssemblylineProcess", "gregtech:gt.blockmachines:1170"); |