19 lines
251 B
JSON
19 lines
251 B
JSON
|
{
|
||
|
"type": [
|
||
|
"component"
|
||
|
],
|
||
|
"machine": "constructor",
|
||
|
"stack_size": 100,
|
||
|
"recipes": [
|
||
|
{
|
||
|
"input": {
|
||
|
"aluminum_ingot": 1
|
||
|
},
|
||
|
"output": {
|
||
|
"aluminum_sheet": 1
|
||
|
},
|
||
|
"crafting_time": 4
|
||
|
}
|
||
|
]
|
||
|
}
|