recipes/machine: add assembler, manufacturer, and oil_pump
This commit is contained in:
parent
de865f8ab8
commit
3a48ce287f
9
data/recipes/machine/assembler.json
Normal file
9
data/recipes/machine/assembler.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"input": { "modular_frame": 3, "rotor": 4, "cable": 10 },
|
||||
"output": { "assembler": 1 },
|
||||
"machine": "craft_bench",
|
||||
"power_usage": 15,
|
||||
"size": [ 11, 14, 8 ]
|
||||
}
|
||||
]
|
9
data/recipes/machine/manufacturer.json
Normal file
9
data/recipes/machine/manufacturer.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"input": { "heavy_modular_frame": 2, "motor": 2, "cable": 25, "computer": 3 },
|
||||
"output": { "manufacturer": 1 },
|
||||
"machine": "craft_bench",
|
||||
"power_usage": 55,
|
||||
"size": [ 20, 22, 12 ]
|
||||
}
|
||||
]
|
9
data/recipes/machine/oil_pump.json
Normal file
9
data/recipes/machine/oil_pump.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"input": { "heavy_modular_frame": 2, "motor": 3, "cable": 10 },
|
||||
"output": { "oil_pump": 1 },
|
||||
"machine": "craft_bench",
|
||||
"power_usage": 40,
|
||||
"size": [ 8, 14, 20 ]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user