event.shaped(
Item.of(
'minecraft:stick', 4
),[
'AAA',
' ',
' '
],{
A: Item.withNBT('sophisticatedstorage:chest', '{woodType:"oak"}')
});
i want to add custom recipe using soph storage chests but when i try to force crafting to require one specific type of chest it always defaults to base version with nbt = null
it works as result but not as igredient
i can use combination of mods like craft tweaker and kubejs but i want to minimize number of running mods to avoid unwanted conflicts