19 lines
254 B
JSON
19 lines
254 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "assembler",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"reinforced_iron_plate": 1,
|
|
"roto": 1
|
|
},
|
|
"output": {
|
|
"smart_plating": 1
|
|
},
|
|
"crafting_time": 30
|
|
}
|
|
]
|
|
}
|