minecraft-assets/data/minecraft/advancements/recipes/redstone/lever.json

32 lines
562 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lever"
]
},
"criteria": {
"has_cobblestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cobblestone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lever"
}
}
},
"requirements": [
[
"has_cobblestone",
"has_the_recipe"
]
]
}