From d2363df06930afb452eda246f1e36fe1768ea75d Mon Sep 17 00:00:00 2001 From: miozune Date: Wed, 24 Aug 2022 17:20:39 +0900 Subject: Add Drilling Rig IV to RecipeCatalyst (#21) --- src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java b/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java index bcba2eed1a..72aaf6fb85 100644 --- a/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java +++ b/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java @@ -24,6 +24,9 @@ public class IMCForNEI { sendCatalyst( "pers.gwyog.gtneioreplugin.plugin.gregtech5.PluginGT5UndergroundFluid", "gregtech:gt.blockmachines:142"); + sendCatalyst( + "pers.gwyog.gtneioreplugin.plugin.gregtech5.PluginGT5UndergroundFluid", + "gregtech:gt.blockmachines:149"); sendCatalyst( "pers.gwyog.gtneioreplugin.plugin.gregtech5.PluginGT5UndergroundFluid", "gregtech:gt.blockmachines:148"); -- cgit