minecraft-assets/data/minecraft/advancements/recipes/misc/white_dye_from_lily_of_the_...

32 lines
627 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:white_dye_from_lily_of_the_valley"
]
},
"criteria": {
"has_white_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lily_of_the_valley"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:white_dye_from_lily_of_the_valley"
}
}
},
"requirements": [
[
"has_white_flower",
"has_the_recipe"
]
]
}