24 lines
358 B
JSON
24 lines
358 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "manufacturer",
|
|
"stack_size": 50,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"circuit_board": 10,
|
|
"cable": 12,
|
|
"plastic": 18,
|
|
"screw": 60
|
|
},
|
|
"output": {
|
|
"computer": 1
|
|
},
|
|
"crafting_time": 32,
|
|
"clicks": 8,
|
|
"stage": "expansion"
|
|
}
|
|
]
|
|
}
|