recipes: add space elevator inputs for 0.3
This commit is contained in:
parent
60329880c9
commit
1575ace96e
20
data/recipes/items/components/adaptive_control_unit.json
Normal file
20
data/recipes/items/components/adaptive_control_unit.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
18
data/recipes/items/components/automated_wiring.json
Normal file
18
data/recipes/items/components/automated_wiring.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": [
|
||||
"component"
|
||||
],
|
||||
"machine": "assembler",
|
||||
"recipes": [
|
||||
{
|
||||
"input": {
|
||||
"stator": 1,
|
||||
"cable": 20
|
||||
},
|
||||
"output": {
|
||||
"automated_wiring": 1
|
||||
},
|
||||
"crafting_time": 24
|
||||
}
|
||||
]
|
||||
}
|
18
data/recipes/items/components/smart_plating.json
Normal file
18
data/recipes/items/components/smart_plating.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": [
|
||||
"component"
|
||||
],
|
||||
"machine": "assembler",
|
||||
"recipes": [
|
||||
{
|
||||
"input": {
|
||||
"reinforced_iron_plate": 1,
|
||||
"roto": 1
|
||||
},
|
||||
"output": {
|
||||
"smart_plating": 1
|
||||
},
|
||||
"crafting_time": 30
|
||||
}
|
||||
]
|
||||
}
|
18
data/recipes/items/components/versatile_framework.json
Normal file
18
data/recipes/items/components/versatile_framework.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": [
|
||||
"component"
|
||||
],
|
||||
"machine": "assembler",
|
||||
"recipes": [
|
||||
{
|
||||
"input": {
|
||||
"modular_frame": 1,
|
||||
"steal_beam": 2
|
||||
},
|
||||
"output": {
|
||||
"versatile_framework": 2
|
||||
},
|
||||
"crafting_time": 12
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user