added back ad astra oxygen loader JEI page, removed greate haunting + ae2 entropy

This commit is contained in:
Pyritie
2025-06-24 23:48:06 +01:00
parent 4d10d5ac28
commit 161e2185cf
114 changed files with 170 additions and 175 deletions

View File

@@ -88,6 +88,7 @@ const registerCreateBlockTags = (event) => {
// Disable bulk blasting
event.removeAll('create:fan_processing_catalysts/blasting')
event.removeAll('create:fan_processing_catalysts/haunting')
// Waters for bulk washing
event.add('create:fan_processing_catalysts/splashing', 'tfc:fluid/river_water')
@@ -121,6 +122,7 @@ const registerCreateFluidTags = (event) => {
// Disable bulk blasting
event.removeAll('create:fan_processing_catalysts/blasting')
event.removeAll('create:fan_processing_catalysts/haunting')
// Waters for bulk washing
event.add('create:fan_processing_catalysts/splashing', 'tfc:river_water')