Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/yellow_dye_from_dandelion.json
2017-04-26 14:35:29 +00:00

34 lines
592 B
JSON

{
"rewards": {
"recipes": [
"minecraft:yellow_dye_from_dandelion"
]
},
"criteria": {
"has_double_plant": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:double_plant",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "yellow_dye_from_dandelion"
}
}
},
"requirements": [
[
"has_double_plant"
],
[
"has_the_recipe"
]
]
}