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

43 lines
836 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_purple_and_pink"
]
},
"criteria": {
"has_pink_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pink_dye"
}
]
}
},
"has_purple_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:purple_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_purple_and_pink"
}
}
},
"requirements": [
[
"has_pink_dye",
"has_purple_dye",
"has_the_recipe"
]
]
}