diff options
author | miozune <miozune@gmail.com> | 2022-08-24 17:20:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 10:20:39 +0200 |
commit | d2363df06930afb452eda246f1e36fe1768ea75d (patch) | |
tree | f7bc7ff82d8e74fd0491ff748187e8ac55cc0ff1 /src | |
parent | 4eeee867cb1a0d09fdbb77f05a94be65be7751c3 (diff) | |
download | GT5-Unofficial-d2363df06930afb452eda246f1e36fe1768ea75d.tar.gz GT5-Unofficial-d2363df06930afb452eda246f1e36fe1768ea75d.tar.bz2 GT5-Unofficial-d2363df06930afb452eda246f1e36fe1768ea75d.zip |
Add Drilling Rig IV to RecipeCatalyst (#21)
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"); } |