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

22 lines
306 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "foundry",
"stack_size": 100,
"recipes": [
{
"input": {
"iron_ore": 3,
"coal": 3
},
"output": {
2020-03-01 09:25:13 +11:00
"steel_ingot": 3
},
"crafting_time": 4,
"clicks": 4,
"stage": "development"
}
]
}