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

47 lines
917 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass_pane": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass_pane"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:white_stained_glass_pane_from_glass_pane"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_glass_pane",
"has_white_dye"
]
],
"rewards": {
"recipes": [
"minecraft:white_stained_glass_pane_from_glass_pane"
]
}
}