minecraft-assets/data/minecraft/advancements/recipes/decorations/purple_carpet_from_white_ca...

43 lines
846 B
JSON

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