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

19 lines
259 B
JSON

{
"type": [
"component"
],
"recipes": [
{
"input": {
"steel_pipe": 3,
"wire": 10
},
"output": {
"stator": 1
},
"machine": "assembler",
"crafting_time": 10,
"clicks": 3
}
]
}