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

34 lines
603 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:white_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_glass"
]
],
"rewards": {
"recipes": [
"minecraft:white_stained_glass"
]
}
}