23 lines
359 B
JSON
23 lines
359 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "manufacturer",
|
|
"stack_size": 100,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"quickwire": 40,
|
|
"cable": 10,
|
|
"plastic": 6
|
|
},
|
|
"output": {
|
|
"high_speed_connector": 1
|
|
},
|
|
"crafting_time": 24,
|
|
"clicks": 6,
|
|
"requires": "caterium_electronics"
|
|
}
|
|
]
|
|
}
|