minecraft-src/data/minecraft/recipe/copper_ingot_from_smelting_raw_copper.json
2025-07-04 02:00:41 +03:00

11 lines
No EOL
220 B
JSON

{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.7,
"group": "copper_ingot",
"ingredient": "minecraft:raw_copper",
"result": {
"id": "minecraft:copper_ingot"
}
}