AshIndigo/Storage_Cabinet

Storage cabinet recipe doesn't accept chests from other mods

Opened this issue · 1 comments

Peca21 commented

You can't use chests from other mods to craft the cabinet (for example Quark chests)
Recipe supports only minecraft:chest item instead of forge:chests/wooden tag.
1.19.2

Peca21 commented

I have no idea how to create a pull request but you need to replace
{ "item": "minecraft:chest" }
with
{ "tag": "forge:chests/wooden" }