From cbcd6f0e5bbfc928093b47a7bfa06e95bfb75468 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 18 Aug 2013 01:16:49 -0700 Subject: [PATCH] Corrected recipe for BuildCraft pump --- html/data/buildcraft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/data/buildcraft.json b/html/data/buildcraft.json index 4390c2fd9..b7b16eba3 100644 --- a/html/data/buildcraft.json +++ b/html/data/buildcraft.json @@ -100,7 +100,7 @@ "tools": ["Crafting Table"] }, { "output": [[1, "Pump"]], - "input": [[6, "Mining Well"], [1, "Tank"]], + "input": [[1, "Mining Well"], [1, "Tank"]], "tools": [] }, { "output": [[1, "Landmark"]],