parent
0c439cff74
commit
c807632707
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user