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

19 lines
264 B
JSON
Raw Normal View History

2019-07-07 15:36:37 +10:00
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"aluminum_ingot": 12,
"copper_ingot": 2
},
"output": {
"alclad_aluminum_sheet": 3
},
"crafting_time": 12
}
]
}