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

32 lines
591 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_allium"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:allium"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_allium"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}