satisfactory/data/recipes/components/screw.json

12 lines
238 B
JSON
Raw Normal View History

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