diff --git a/data/recipes/machine/portable_miner.json b/data/recipes/machine/portable_miner.json new file mode 100644 index 0000000..f6a5ff0 --- /dev/null +++ b/data/recipes/machine/portable_miner.json @@ -0,0 +1,8 @@ +[ + { + "input": { "iron_plate": 4, "wire": 8, "cable": 4 }, + "output": { "portable_miner": 1 }, + "machine": "equipment_workshop", + "requires": "hub_upgrade_1" + } +]