satisfactory/data/recipes/items/components/steel_ingot.json

22 lines
306 B
JSON

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