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

19 lines
244 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"stator": 1,
"cable": 20
},
"output": {
"automated_wiring": 1
},
"crafting_time": 24
}
]
}