Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json
2017-04-15 11:12:58 +00:00

34 lines
595 B
JSON

{
"rewards": {
"recipes": [
"minecraft:yellow_dye_from_sunflower"
]
},
"criteria": {
"has_yellow_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:yellow_flower",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "yellow_dye_from_sunflower"
}
}
},
"requirements": [
[
"has_yellow_flower"
],
[
"has_the_recipe"
]
]
}