satisfactory/data/recipes/components/iron_ingot.json

11 lines
174 B
JSON
Raw Normal View History

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