Files
minecraft-assets/data/minecraft/advancements/recipes/misc/charcoal.json
2022-05-18 18:37:27 +02:00

32 lines
554 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_log": {
"conditions": {
"items": [
{
"tag": "minecraft:logs_that_burn"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:charcoal"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:charcoal"
]
}
}