minecraft-assets/data/minecraft/advancements/recipes/decorations/granite_wall.json

32 lines
564 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:granite_wall"
]
},
"criteria": {
"has_granite": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:granite"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:granite_wall"
}
}
},
"requirements": [
[
"has_granite",
"has_the_recipe"
]
]
}