diff --git a/data/recipes/machine/assembler.json b/data/recipes/machine/assembler.json new file mode 100644 index 0000000..8ae3973 --- /dev/null +++ b/data/recipes/machine/assembler.json @@ -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 ] + } +] diff --git a/data/recipes/machine/manufacturer.json b/data/recipes/machine/manufacturer.json new file mode 100644 index 0000000..e1ffd04 --- /dev/null +++ b/data/recipes/machine/manufacturer.json @@ -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 ] + } +] diff --git a/data/recipes/machine/oil_pump.json b/data/recipes/machine/oil_pump.json new file mode 100644 index 0000000..ab949e7 --- /dev/null +++ b/data/recipes/machine/oil_pump.json @@ -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 ] + } +]