18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"path": "smelting/carbon_ingot",
|
|
"recipe": {
|
|
"inputs": {
|
|
"iron_ore": 1,
|
|
"chromium_ore": 1
|
|
},
|
|
"output": {
|
|
"carbon_ingot": 1
|
|
},
|
|
"smelt_time_seconds": 20
|
|
},
|
|
"craft": {
|
|
"type": "smelting",
|
|
"subCategory": "ingot",
|
|
"id": "smelting:ingot:smelting_carbon_ingot"
|
|
}
|
|
} |