satisfactory/data/recipes/machine/oil_pump.json

25 lines
303 B
JSON
Raw Normal View History

{
"type": [
"machine"
],
"machine": "_craft_bench",
"power_usage": 40,
"size": [
8,
14,
20
],
"recipes": [
{
"input": {
"heavy_modular_frame": 2,
"motor": 3,
"cable": 10
},
"output": {
"oil_pump": 1
}
}
]
}