diff --git a/data/recipes/machine/production/foundry.json b/data/recipes/machine/production/foundry.json new file mode 100644 index 0000000..960575c --- /dev/null +++ b/data/recipes/machine/production/foundry.json @@ -0,0 +1,25 @@ +{ + "type": [ + "machine" + ], + "machine": "_craft_bench", + "power_usage": 16, + "size": [ + 9, + 11, + 10 + ], + "recipes": [ + { + "input": { + "encased_industrial_beam": 3, + "steel_pipe": 14, + "concrete": 8 + }, + "output": { + "foundry": 1 + }, + "requires": "steel_production" + } + ] +}