Recipe file with placed in the folder "<WorldSave>\datapacks\<DatapackName>\data\crafting\recipes" containing the text below does not yeild recipe result.
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:fence_gates"
}
],
"result": {
"item": "minecraft:stick",
"count": 8
}
}
Comments 3
I see what you mean, but why does the tag "minecraft:fences" work as a proper tag then when it is also a block? Is this distinction due to how it's also a redstone component?
Invalid, it's a block tag, not an item tag. Asking for it to also be an item tag is a feature request.