Hide Misc Thermal Expansion Arguments (#822)

Fixes #370

[FEATURE]
This commit is contained in:
v3ect0rgames 2024-07-20 22:29:17 -04:00 committed by GitHub
parent 0c439cff74
commit c807632707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,3 +16,13 @@ mods.jei.ingredient.add(item('thermalexpansion:cell').withNbt(['Creative': (byte
removeAndHideItemIgnoreNBT(item('thermalexpansion:machine', 13)) // Arcane Ensorcellator removeAndHideItemIgnoreNBT(item('thermalexpansion:machine', 13)) // Arcane Ensorcellator
removeAndHideItemIgnoreNBT(item('thermalexpansion:device', 8)) // Insightful Condenser removeAndHideItemIgnoreNBT(item('thermalexpansion:device', 8)) // Insightful Condenser
removeAndHideItemIgnoreNBT(item('thermalexpansion:device', 9)) // Decoctive Diffuser 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