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

34 lines
633 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stripped_logs": {
"conditions": {
"items": [
{
"items": [
"minecraft:stripped_cherry_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cherry_hanging_sign"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stripped_logs"
]
],
"rewards": {
"recipes": [
"minecraft:cherry_hanging_sign"
]
}
}