Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/purple_dye.json
2017-04-15 11:12:58 +00:00

48 lines
790 B
JSON

{
"rewards": {
"recipes": [
"minecraft:purple_dye"
]
},
"criteria": {
"has_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 4
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_dye"
}
}
},
"requirements": [
[
"has_lapis"
],
[
"has_red_dye"
],
[
"has_the_recipe"
]
]
}