minecraft-src/data/minecraft/recipe/charcoal.json
2025-07-04 01:41:11 +03:00

12 lines
No EOL
211 B
JSON

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