2019-07-07 15:22:50 +10:00
|
|
|
{
|
|
|
|
"type": [
|
|
|
|
"component"
|
|
|
|
],
|
2020-03-01 09:25:13 +11:00
|
|
|
"machine": "assembler",
|
2019-07-07 15:22:50 +10:00
|
|
|
"recipes": [
|
|
|
|
{
|
|
|
|
"input": {
|
|
|
|
"uranium": 45,
|
|
|
|
"concrete": 9
|
|
|
|
},
|
|
|
|
"output": {
|
|
|
|
"uranium_cell": 10
|
|
|
|
},
|
|
|
|
"crafting_time": 60
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"input": {
|
|
|
|
"uranium": 45,
|
|
|
|
"sulfur": 45,
|
|
|
|
"silica": 45,
|
|
|
|
"quickwire": 60
|
|
|
|
},
|
|
|
|
"output": {
|
|
|
|
"uranium_cell": 35
|
|
|
|
},
|
|
|
|
"crafting_time": 120,
|
|
|
|
"requires": "alternative_uranium_cell"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|