diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -26,6 +26,9 @@ public class IMCForNEI { "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"); } |