minecraft-assets/data/minecraft/advancements/recipes/misc/stick.json

32 lines
546 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stick"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stick"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}