33 lines
610 B
JSON
33 lines
610 B
JSON
{
|
|
"type": [
|
|
"component"
|
|
],
|
|
"machine": "constructor",
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"uranium_cell": 25,
|
|
"encased_industrial_beam": 3,
|
|
"electromagnetic_control_rod": 5
|
|
},
|
|
"output": {
|
|
"nuclear_fuel_rod": 1
|
|
},
|
|
"crafting_time": 150
|
|
},
|
|
{
|
|
"input": {
|
|
"uranium_cell": 50,
|
|
"electromagnetic_control_rod": 10,
|
|
"crystal_oscillator": 3,
|
|
"beacon": 6
|
|
},
|
|
"output": {
|
|
"nuclear_fuel_rod": 3
|
|
},
|
|
"crafting_time": 300,
|
|
"requires": "alternative_nuclear_fuel_rod"
|
|
}
|
|
]
|
|
}
|