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

47 lines
922 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:yellow_stained_glass_pane_from_glass_pane"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_yellow_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:yellow_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_glass_pane",
"has_yellow_dye"
]
],
"rewards": {
"recipes": [
"minecraft:yellow_stained_glass_pane_from_glass_pane"
]
}
}