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 ] + } + ] +}