satisfactory/data/recipes/components/steel_ingot.json

13 lines
237 B
JSON
Raw Normal View History

[
{
"type": [ "component" ],
"input": { "iron_ore": 3, "coal": 3 },
"output": { "steel_ingot": 2 },
"machine": "foundry",
"crafting_time": 4,
"clicks": 4,
"stack_size": 100,
"stage": "development"
}
]