satisfactory/data/recipes/components/iron_rod.json

11 lines
178 B
JSON
Raw Normal View History

[
2019-04-27 18:34:50 +10:00
{
"type": [ "component" ],
2019-04-27 18:34:50 +10:00
"input": { "iron_ingot": 1 },
"output": { "iron_rod": 1 },
"machine": "constructor",
"crafting_time": 4,
"clicks": 1
}
]