satisfactory/data/recipes/machine/production/constructor.json

25 lines
316 B
JSON
Raw Normal View History

{
"type": [
"machine"
],
"machine": "_craft_bench",
"requires": "hub_upgrade_2",
"power_usage": 4,
"size": [
9,
11,
8
],
"recipes": [
{
"input": {
"reinforced_iron_plate": 3,
"cable": 2
},
"output": {
"constructor": 1
}
}
]
}