Files
minecraft-assets/data/minecraft/recipe/charcoal.json
2024-06-12 18:31:22 +02:00

12 lines
211 B
JSON

{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.15,
"ingredient": {
"tag": "minecraft:logs_that_burn"
},
"result": {
"id": "minecraft:charcoal"
}
}