From 3a7a4d602ff61ab02261139e5665dcead15cfacc Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 18 Aug 2013 20:42:57 -0700 Subject: [PATCH] Added Wrench to BuildCraft recipe book --- html/data/buildcraft.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/data/buildcraft.json b/html/data/buildcraft.json index f8c403adf..b2fced4c4 100644 --- a/html/data/buildcraft.json +++ b/html/data/buildcraft.json @@ -238,6 +238,10 @@ "output": [[1, "Wooden Waterproof Pipe"]], "input": [[1, "Wooden Pipe"], [1, "Pipe Waterproof"]], "tools": [] + }, { + "output": [[1, "Wrench"]], + "input": [[3, "Iron Ingot"], [1, "Cobblestone Gear"]], + "tools": ["Crafting Table"] }, { "output": [[8, "Void Pipe"]], "input": [[1, "Ink Sac"], [1, "Glass"], [1, "Redstone"]],