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

20 lines
282 B
JSON
Raw Normal View History

2019-07-07 15:36:37 +10:00
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
2020-03-01 09:25:13 +11:00
"aluminum_ingot": 3,
2019-07-07 15:36:37 +10:00
"copper_ingot": 2
},
"output": {
"alclad_aluminum_sheet": 3
},
2020-03-01 09:25:13 +11:00
"crafting_time": 12,
"clicks": 3
2019-07-07 15:36:37 +10:00
}
]
}