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

34 lines
610 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blackstone_wall"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_blackstone"
]
],
"rewards": {
"recipes": [
"minecraft:blackstone_wall"
]
}
}