minecraft-assets/data/minecraft/advancements/recipes/combat/bow.json

32 lines
543 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bow"
]
},
"criteria": {
"has_string": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:string"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bow"
}
}
},
"requirements": [
[
"has_string",
"has_the_recipe"
]
]
}