minecraft-assets/data/minecraft/advancements/recipes/building_blocks/diorite.json

34 lines
582 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_quartz": {
"conditions": {
"items": [
{
"items": [
"minecraft:quartz"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:diorite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_quartz"
]
],
"rewards": {
"recipes": [
"minecraft:diorite"
]
}
}