chests need a tag to work with contraptions now, apparently
This commit is contained in:
parent
888a227229
commit
d1c96bf39d
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue