From c807632707562a095e617f3d11d2759dc7d0ed91 Mon Sep 17 00:00:00 2001 From: v3ect0rgames <164247766+v3ect0rgames@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:29:17 -0400 Subject: [PATCH] Hide Misc Thermal Expansion Arguments (#822) Fixes #370 [FEATURE] --- .../Post-Initial/Main/Mod-Specific/thermal.groovy | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/thermal.groovy b/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/thermal.groovy index 338b465..0a76347 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/thermal.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/thermal.groovy @@ -16,3 +16,13 @@ mods.jei.ingredient.add(item('thermalexpansion:cell').withNbt(['Creative': (byte removeAndHideItemIgnoreNBT(item('thermalexpansion:machine', 13)) // Arcane Ensorcellator removeAndHideItemIgnoreNBT(item('thermalexpansion:device', 8)) // Insightful Condenser removeAndHideItemIgnoreNBT(item('thermalexpansion:device', 9)) // Decoctive Diffuser + +// Hide Unused Augments +mods.hei.removeAndHide(item('thermalexpansion:augment', 352)) // Pyroconvective Loop +mods.hei.removeAndHide(item('thermalexpansion:augment', 401)) // Flux Reconstruction +mods.hei.removeAndHide(item('thermalexpansion:augment', 402)) // Parabolic Flux Coupling +mods.hei.removeAndHide(item('thermalexpansion:augment', 448)) // Reagent Recovery +mods.hei.removeAndHide(item('thermalexpansion:augment', 656)) // Isentropic Reservoir +mods.hei.removeAndHide(item('thermalexpansion:augment', 672)) // Closed Loop Cooling +mods.hei.removeAndHide(item('thermalexpansion:augment', 704)) // Disjunctive Extraction +