minecraft-assets/data/minecraft/advancements/recipes/decorations/yellow_bed_from_white_bed.json

32 lines
584 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:yellow_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_bed"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:yellow_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed",
"has_the_recipe"
]
]
}