recipes: add space elevator inputs for 0.3

This commit is contained in:
Danny Robson 2020-03-01 13:28:34 +11:00
parent 60329880c9
commit 1575ace96e
4 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"type": [
"component"
],
"machine": "manufacturer",
"recipes": [
{
"input": {
"automated_wiring": 15,
"circuit_board": 10,
"heavy_modular_frame": 2,
"computer": 2
},
"output": {
"adapative_control_unit": 2
},
"crafting_time": 60
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"stator": 1,
"cable": 20
},
"output": {
"automated_wiring": 1
},
"crafting_time": 24
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"reinforced_iron_plate": 1,
"roto": 1
},
"output": {
"smart_plating": 1
},
"crafting_time": 30
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"modular_frame": 1,
"steal_beam": 2
},
"output": {
"versatile_framework": 2
},
"crafting_time": 12
}
]
}