satisfactory/data/recipes/components/copper_ingot.json

12 lines
229 B
JSON
Raw Normal View History

[
{
"type": [ "component" ],
"input": { "copper_ore": 1 },
"output": { "copper_ingot": 1 },
"machine": "smelter",
"crafting_time": 2,
"clicks": 2,
"stack_size": 100,
"stage": "establishing"
}
]