29 lines
449 B
JSON
29 lines
449 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"stator": 3,
|
|
"ai_limiter": 2
|
|
},
|
|
"output": {
|
|
"electromagnetic_control_rod": 1
|
|
},
|
|
"crafting_time": 30
|
|
},
|
|
{
|
|
"input": {
|
|
"stator": 6,
|
|
"high_speed_connector": 3
|
|
},
|
|
"output": {
|
|
"electromagnetic_control_rod": 3
|
|
},
|
|
"crafting_time": 60
|
|
}
|
|
]
|
|
}
|