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

43 lines
837 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_blue_dye_from_blue_white_dye"
]
},
"criteria": {
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_blue_dye_from_blue_white_dye"
}
}
},
"requirements": [
[
"has_blue_dye",
"has_white_dye",
"has_the_recipe"
]
]
}