aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/nei
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2023-02-05 19:01:37 +0000
committerGitHub <noreply@github.com>2023-02-05 19:01:37 +0000
commit4e53f4462feae7b64d5f5f378c48bad7c10cee4f (patch)
treeb44e457aa460a0024d1767e354d6bf431e997b66 /src/main/java/gregtech/nei
parent80fa02e61233286de5ae486682ecd3f93dd5c20c (diff)
downloadGT5-Unofficial-4e53f4462feae7b64d5f5f378c48bad7c10cee4f.tar.gz
GT5-Unofficial-4e53f4462feae7b64d5f5f378c48bad7c10cee4f.tar.bz2
GT5-Unofficial-4e53f4462feae7b64d5f5f378c48bad7c10cee4f.zip
Add TPM Multiblock (#1718)
* Remove warning suppression * New helper default method * Initial work on TPM * Bump dep for structure lib and modular UI * Structure works + recipe map * Working * Tooltip and NEI work * Change controller texture * spotlessApply (#1719) * Fix wrong order * Add override * Spotless * Big opps lol * Comment * Spotless --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/nei')
-rw-r--r--src/main/java/gregtech/nei/IMCForNEI.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/gregtech/nei/IMCForNEI.java b/src/main/java/gregtech/nei/IMCForNEI.java
index 8ff9f0f6f5..08f4a6d137 100644
--- a/src/main/java/gregtech/nei/IMCForNEI.java
+++ b/src/main/java/gregtech/nei/IMCForNEI.java
@@ -12,6 +12,9 @@ public class IMCForNEI {
return;
}
+ sendHandler("gt.recipe.transcendentplasmamixerrecipes", "gregtech:gt.blockmachines:1006", 1);
+ sendCatalyst("gt.recipe.transcendentplasmamixerrecipes", "gregtech:gt.blockmachines:1006");
+
sendHandler("gt.recipe.plasmaforge", "gregtech:gt.blockmachines:1004", 1);
sendCatalyst("gt.recipe.plasmaforge", "gregtech:gt.blockmachines:1004");