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

34 lines
704 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_stone_brick": {
"conditions": {
"items": [
{
"items": [
"minecraft:end_stone_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:end_stone_brick_wall_from_end_stone_brick_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_end_stone_brick"
]
],
"rewards": {
"recipes": [
"minecraft:end_stone_brick_wall_from_end_stone_brick_stonecutting"
]
}
}