satisfactory/data/recipes/items/components/heat_sink.json

32 lines
488 B
JSON
Raw Normal View History

2019-05-03 11:38:03 +10:00
{
"type": [
"component"
],
"machine": "assembler",
"stack_size": 100,
"recipes": [
{
"input": {
2019-07-07 15:36:37 +10:00
"alclad_aluminum_sheet": 4,
2019-05-03 11:38:03 +10:00
"rubber": 10
},
"output": {
"heat_sink": 1
},
"crafting_time": 12
2019-07-07 15:36:37 +10:00
},
{
"input": {
"alclad_aluminum_sheet": 8,
"wire": 36
},
"output": {
"heat_sink": 3
},
"crafting_time": 24,
"requires": "alternative_heat_sink"
2019-05-03 11:38:03 +10:00
}
]
}