21 lines
280 B
JSON
21 lines
280 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "foundry",
|
|
"stack_size": 100,
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"bauxite": 7,
|
|
"silica": 6
|
|
},
|
|
"output": {
|
|
"aluminum_ingot": 2
|
|
},
|
|
"crafting_time": 4,
|
|
"clicks": 4
|
|
}
|
|
]
|
|
}
|