satisfactory/data/recipes/machine/assembler.json

25 lines
298 B
JSON
Raw Normal View History

{
"type": [
"machine"
],
"machine": "_craft_bench",
"power_usage": 15,
"size": [
11,
14,
8
],
"recipes": [
{
"input": {
"modular_frame": 3,
"rotor": 4,
"cable": 10
},
"output": {
"assembler": 1
}
}
]
}