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

43 lines
831 B
JSON

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