17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"path": "smelting/iron_ingot",
|
|
"recipe": {
|
|
"inputs": {
|
|
"iron_ore": 2
|
|
},
|
|
"output": {
|
|
"iron_ingot": 1
|
|
},
|
|
"smelt_time_seconds": 15
|
|
},
|
|
"craft": {
|
|
"type": "smelting",
|
|
"subCategory": "ingot",
|
|
"id": "smelting:ingot:smelting_iron_ingot"
|
|
}
|
|
} |