magenta_dye_from_allium.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_allium"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_flower",
"data": 2
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_dye_from_allium"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}