Files
minecraft-assets/data/minecraft/recipes/coal_from_smelting_coal_ore.json
2024-02-06 19:46:33 +01:00

11 lines
204 B
JSON

{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"group": "coal",
"ingredient": {
"item": "minecraft:coal_ore"
},
"result": "minecraft:coal"
}