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