Files
minecraft-assets/assets/minecraft/advancements/recipes/combat/arrow.json
2018-01-13 19:17:52 +00:00

43 lines
754 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:arrow"
]
},
"criteria": {
"has_feather": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:feather"
}
]
}
},
"has_flint": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:flint"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "arrow"
}
}
},
"requirements": [
[
"has_feather",
"has_flint",
"has_the_recipe"
]
]
}