im trying to make one that accepts different types of logs, i am unsure how to fix this.
i also dont unlock it upon getting a stick for the first time.
{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "aj:gb"
},
"tags": [
"crafting_table"
],
"pattern": [
"BBB",
"BAB",
"BBB"
],
"key": {
"A": [
"minecraft:oak_log",
"minecraft:spruce_log",
"minecraft:birch_log",
"minecraft:jungle_log",
"minecraft:acacia_log",
"minecraft:dark_oak_log",
"minecraft:mangrove_log",
"minecraft:cherry_log",
"minecraft:pale_oak_log"
],
"B": "minecraft:stick"
},
"unlock": [
{
"tag": "minecraft:stick"
}
],
"result": {
"item": "aj:gb",
"count": 1
}
}
}