2024-07-21 12:29:17 +10:00

29 lines
1.4 KiB
Groovy

import static com.nomiceu.nomilabs.groovy.GroovyHelpers.JEIHelpers.*
// Fix Energy Cells in JEI
// Remove all Energy Cells, then add them back
hideItemIgnoreNBT(item('thermalexpansion:cell'))
// Basic..Resonant
for (int level : 0..4) {
mods.jei.ingredient.add(item('thermalexpansion:cell').withNbt(['Creative': (byte) 0, 'Level': (byte) level]))
}
// Creative
mods.jei.ingredient.add(item('thermalexpansion:cell').withNbt(['Creative': (byte) 1, 'Level': (byte) 4]))
// Hide Unused Thermal Machines
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