satisfactory/data/recipes/items/components/motor.json

20 lines
251 B
JSON

{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"rotor": 2,
"stator": 2
},
"output": {
"motor": 1
},
"crafting_time": 12,
"clicks": 3
}
]
}