From 772c06c180a4fbcc18ffedb0bc3a84ad4bbe55d1 Mon Sep 17 00:00:00 2001 From: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Date: Wed, 28 Dec 2022 14:10:50 +0200 Subject: fix it (#1601) --- src/main/java/gregtech/nei/IMCForNEI.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main') 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"); -- cgit