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

34 lines
593 B
JSON

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