Files
minecraft-assets/assets/minecraft/advancements/recipes/redstone/stone_button.json
2017-04-15 11:12:58 +00:00

34 lines
545 B
JSON

{
"rewards": {
"recipes": [
"minecraft:stone_button"
]
},
"criteria": {
"has_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "stone_button"
}
}
},
"requirements": [
[
"has_stone"
],
[
"has_the_recipe"
]
]
}