23 lines
320 B
JSON
23 lines
320 B
JSON
|
{
|
||
|
"type": [
|
||
|
"component"
|
||
|
],
|
||
|
"machine": "manufacturer",
|
||
|
"stack_size": 50,
|
||
|
"recipes": [
|
||
|
{
|
||
|
"input": {
|
||
|
"heat_sink": 4,
|
||
|
"radio_control_unit": 2,
|
||
|
"motor": 4,
|
||
|
"rubber": 40
|
||
|
},
|
||
|
"output": {
|
||
|
"turbo_motor": 1
|
||
|
},
|
||
|
"crafting_time": 32
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|