satisfactory/data/recipes/components/reinforced_iron_plate.json

11 lines
267 B
JSON
Raw Normal View History

[
{
"type": [ "component" ],
"input": { "iron_plate": 4, "screw": 24 },
"output": { "reinforced_iron_plate": 1 },
2019-04-27 18:34:50 +10:00
"machine": "assembler",
"crafting_time": 12,
2019-04-27 18:34:50 +10:00
"clicks": 3,
"requires": "hub_upgrade_2"
}
2019-04-27 18:34:50 +10:00
]