Files
minecraft-assets/data/minecraft/advancements/recipes/misc/charcoal.json
2023-05-24 18:29:03 +02:00

33 lines
588 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"
]
},
"sends_telemetry_event": false
}