aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java')
-rw-r--r--src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java b/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
index bd397cb271..8035e6db8c 100644
--- a/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
+++ b/src/main/java/goodgenerator/crossmod/nei/IMCForNEI.java
@@ -1,10 +1,12 @@
package goodgenerator.crossmod.nei;
+import net.minecraft.nbt.NBTTagCompound;
+
import cpw.mods.fml.common.event.FMLInterModComms;
import goodgenerator.crossmod.LoadedList;
-import net.minecraft.nbt.NBTTagCompound;
public class IMCForNEI {
+
public static void IMCSender() {
sendHandler("gg.recipe.neutron_activator", "gregtech:gt.blockmachines:32013");
sendCatalyst("gg.recipe.neutron_activator", "gregtech:gt.blockmachines:32013");
@@ -22,7 +24,7 @@ public class IMCForNEI {
if (LoadedList.GTPP) {
sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32022", -10);
}
- // sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact Fusion
+ // sendCatalyst("gt.recipe.fusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact Fusion
// MK-V
sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32019", -10);
@@ -31,7 +33,7 @@ public class IMCForNEI {
if (LoadedList.GTPP) {
sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32022", -10);
}
- // sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact
+ // sendCatalyst("gt.recipe.complexfusionreactor", "gregtech:gt.blockmachines:32023", -10); // Compact
// Fusion MK-V
sendHandler("gg.recipe.componentassemblyline", "gregtech:gt.blockmachines:32026", 2);