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

20 lines
242 B
JSON

{
"type": [
"component",
"item"
],
"machine": "constructor",
"recipes": [
{
"input": {
"wire": 2
},
"output": {
"cable": 1
},
"crafting_time": 4,
"clicks": 1
}
]
}