minecraft-assets/data/minecraft/advancements/recipes/building_blocks/cut_red_sandstone_slab_from...

34 lines
717 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cut_red_sandstone"
]
],
"rewards": {
"recipes": [
"minecraft:cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting"
]
}
}