satisfactory/data/recipes/machine/manufacturer.json

26 lines
331 B
JSON
Raw Normal View History

{
"type": [
"machine"
],
"machine": "_craft_bench",
"power_usage": 55,
"size": [
20,
22,
12
],
"recipes": [
{
"input": {
"heavy_modular_frame": 2,
"motor": 2,
"cable": 25,
"computer": 3
},
"output": {
"manufacturer": 1
}
}
]
}