From 455aaf7dbef5a8bdfdbf4de2f60b41c66862bcf1 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 28 Apr 2019 18:06:28 +1000 Subject: [PATCH] recipes/machine: add oil_refinery --- .../machine/production/oil_refinery.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/recipes/machine/production/oil_refinery.json diff --git a/data/recipes/machine/production/oil_refinery.json b/data/recipes/machine/production/oil_refinery.json new file mode 100644 index 0000000..97b792a --- /dev/null +++ b/data/recipes/machine/production/oil_refinery.json @@ -0,0 +1,19 @@ +{ + "type": [ + "machine" + ], + "machine": "_craft_bench", + "power_usage": 50, + "recipes": [ + { + "input": { + "iron_rod": 5, + "wire": 8 + }, + "output": { + "smelter": 1 + }, + "size": [ 6, 10, 10 ] + } + ] +}