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

45 lines
792 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_coal": {
"conditions": {
"items": [
{
"tag": "minecraft:coals"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:campfire"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stick",
"has_coal"
]
],
"rewards": {
"recipes": [
"minecraft:campfire"
]
}
}