yellow_dye_from_dandelion.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:yellow_dye_from_dandelion"
]
},
"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_dandelion"
}
}
},
"requirements": [
[
"has_yellow_flower",
"has_the_recipe"
]
]
}