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

21 lines
280 B
JSON
Raw Normal View History

2019-05-03 11:38:03 +10:00
{
"type": [
"component"
],
"machine": "foundry",
"stack_size": 100,
"recipes": [
{
"input": {
"bauxite": 7,
"silica": 6
},
"output": {
"aluminum_ingot": 2
},
2020-03-01 09:25:13 +11:00
"crafting_time": 4,
"clicks": 4
2019-05-03 11:38:03 +10:00
}
]
}