From 2b4d0be8353737f045905514f8b4a4a189e28c77 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 7 Jul 2019 15:23:07 +1000 Subject: [PATCH] recipes: add Miner Mk2 --- .../recipes/machine/production/miner_mk2.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/recipes/machine/production/miner_mk2.json diff --git a/data/recipes/machine/production/miner_mk2.json b/data/recipes/machine/production/miner_mk2.json new file mode 100644 index 0000000..d969cdb --- /dev/null +++ b/data/recipes/machine/production/miner_mk2.json @@ -0,0 +1,27 @@ +{ + "type": [ + "machine" + ], + "is": "miner", + "machine": "_craft_bench", + "power_usage": 12, + "size": [ + 8, + 14, + 18 + ], + "recipes": [ + { + "input": { + "portable_miner": 2, + "encased_industrial_beam": 5, + "steel_pipe": 10, + "cable": 15 + }, + "output": { + "miner_mk2": 1 + }, + "requires": "tier_4" + } + ] +}