Chest boats recipes don't use c:chests/wooden meaning there's no compat with other mods
leyxcx opened this issue ยท 1 comments
I agree with doing this however c:chests/wooden includes trapped chests which doesn't make sense for this,
Neoforge deals with it like this:
"type": "neoforge:difference",
"base": {
"tag": "c:chests/wooden"
},
"subtracted": {
"tag": "c:chests/trapped"
}
but we can't do that because we also support Fabric and Forge so I have to think about how i'd want to do this

