satisfactory/data/recipes/components/iron_ingot.json

19 lines
235 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "smelter",
"recipes": [
{
"input": {
"iron_ore": 1
},
"output": {
"iron_ingot": 1
},
"crafting_time": 2,
"clicks": 2
}
]
}