chests need a tag to work with contraptions now, apparently

This commit is contained in:
Pyritie 2025-07-22 00:20:51 +01:00
parent 888a227229
commit d1c96bf39d

View file

@ -96,6 +96,8 @@ const registerCreateBlockTags = (event) => {
event.add('create:fan_processing_catalysts/splashing', 'tfc:fluid/river_water')
event.add('create:fan_processing_catalysts/splashing', 'tfc:fluid/salt_water')
event.add('create:fan_processing_catalysts/splashing', 'tfc:fluid/spring_water')
event.add('create:chest_mounted_storage', '#forge:chests/wooden')
}