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

25 lines
306 B
JSON

{
"type": [
"machine"
],
"machine": "craft_bench",
"requires": "hub_upgrade_2",
"power_usage": 4,
"size": [
6,
3,
3
],
"recipes": [
{
"input": {
"iron_plate": 3,
"iron_rod": 2
},
"output": {
"craft_bench": 1
}
}
]
}