21 lines
268 B
JSON
21 lines
268 B
JSON
|
{
|
||
|
"type": [
|
||
|
"component"
|
||
|
],
|
||
|
"machine": "assembler",
|
||
|
"stack_size": 100,
|
||
|
"recipes": [
|
||
|
{
|
||
|
"input": {
|
||
|
"aluminum_sheet": 4,
|
||
|
"rubber": 10
|
||
|
},
|
||
|
"output": {
|
||
|
"heat_sink": 1
|
||
|
},
|
||
|
"crafting_time": 12
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|