minecraft-assets/data/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json

32 lines
602 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:sunflower"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:yellow_dye_from_sunflower"
}
}
},
"requirements": [
[
"has_double_plant",
"has_the_recipe"
]
]
}