22 lines
329 B
JSON
22 lines
329 B
JSON
|
{
|
||
|
"type": [
|
||
|
"component"
|
||
|
],
|
||
|
"machine": "manufacturer",
|
||
|
"stack_size": 50,
|
||
|
"recipes": [
|
||
|
{
|
||
|
"input": {
|
||
|
"heat_sink": 4,
|
||
|
"rubber": 24,
|
||
|
"crystal_oscillator": 1,
|
||
|
"computer": 1
|
||
|
},
|
||
|
"output": {
|
||
|
"radio_control_unit": 1
|
||
|
},
|
||
|
"crafting_time": 12
|
||
|
}
|
||
|
]
|
||
|
}
|