minecraft-src/data/minecraft/advancement/recipes/redstone/dispenser.json
2025-07-04 01:41:11 +03:00

32 lines
No EOL
547 B
JSON

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