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

34 lines
689 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_smooth_quartz": {
"conditions": {
"items": [
{
"items": [
"minecraft:smooth_quartz"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:smooth_quartz_slab_from_smooth_quartz_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_smooth_quartz"
]
],
"rewards": {
"recipes": [
"minecraft:smooth_quartz_slab_from_smooth_quartz_stonecutting"
]
}
}