satisfactory/data/recipes/components/copper_ingot.json

11 lines
200 B
JSON
Raw Normal View History

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