Files
minecraft-assets/data/minecraft/recipes/coal_from_smelting_coal_ore.json
2022-11-23 18:37:04 +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"
}