Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json
2018-01-13 19:17:52 +00:00

33 lines
618 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:yellow_dye_from_sunflower"
]
},
"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_sunflower"
}
}
},
"requirements": [
[
"has_double_plant",
"has_the_recipe"
]
]
}