minecraft-assets/data/minecraft/advancements/recipes/decorations/cobblestone_wall_from_cobbl...

32 lines
644 B
JSON

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