From 4e53f4462feae7b64d5f5f378c48bad7c10cee4f Mon Sep 17 00:00:00 2001 From: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:01:37 +0000 Subject: 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> --- src/main/java/gregtech/nei/IMCForNEI.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/gregtech/nei') 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"); -- cgit