aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/nei
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/nei')
-rw-r--r--src/main/java/gregtech/nei/IMCForNEI.java2
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 a168867fab..94b9186cbd 100644
--- a/src/main/java/gregtech/nei/IMCForNEI.java
+++ b/src/main/java/gregtech/nei/IMCForNEI.java
@@ -26,6 +26,8 @@ public class IMCForNEI {
sendCatalyst("gt.recipe.nanoforge", "gregtech:gt.blockmachines:357");
sendHandler("gt.recipe.pcbfactory", "gregtech:gt.blockmachines:356");
sendCatalyst("gt.recipe.pcbfactory", "gregtech:gt.blockmachines:356");
+ sendHandler("gt.recipe.ic2nuke", "IC2:blockGenerator:5");
+ sendCatalyst("gt.recipe.ic2nuke", "IC2:blockGenerator:5");
}
private static void sendHandler(String aName, String aBlock, int aMaxRecipesPerPage) {