21 lines
295 B
JSON
21 lines
295 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "manufacturer",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"alclad_aluminum_sheet": 8,
|
|
"wire": 24,
|
|
"sulfur": 20,
|
|
"plastic": 9
|
|
},
|
|
"output": {
|
|
"batter": 3
|
|
},
|
|
"crafting_time": 32
|
|
}
|
|
]
|
|
}
|