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

43 lines
860 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:orange_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_orange_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:orange_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:orange_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_orange_dye",
"has_the_recipe"
]
]
}