From 608414088c9c9b7b17f665733a9a42cbc7149c48 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 18 Aug 2013 19:22:33 -0700 Subject: [PATCH] Add missing waterproof pipe recipes for BC --- html/data/buildcraft.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/html/data/buildcraft.json b/html/data/buildcraft.json index efe066918..aebeeef85 100644 --- a/html/data/buildcraft.json +++ b/html/data/buildcraft.json @@ -38,6 +38,10 @@ "output": [[1, "Cobblestone Pipe"]], "input": [[2, "Cobblestone"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Cobblestone Waterproof Pipe"]], + "input": [[1, "Cobblestone Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Combustion Engine"]], "input": [[3, "Iron Ingot"], [2, "Iron Gear"], [1, "Glass"], [1, "Piston"]], @@ -70,6 +74,10 @@ "output": [[1, "Emerald Pipe"]], "input": [[2, "Emerald"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Emerald Waterproof Pipe"]], + "input": [[1, "Emerald Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Facade"]], "input": [[3, "Structure Pipe"], [1, "source block"]], @@ -102,6 +110,10 @@ "output": [[1, "Gold Pipe"]], "input": [[2, "Gold Ingot"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Gold Waterproof Pipe"]], + "input": [[1, "Gold Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[8, "Green Pipe Wire"]], "input": [[1, "Iron Ingot"], [1, "Redstone"], [1, "Cactus Green"]], @@ -126,6 +138,10 @@ "output": [[1, "Iron Pipe"]], "input": [[2, "Iron Ingot"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Iron Waterproof Pipe"]], + "input": [[1, "Iron Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Landmark"]], "input": [[1, "Redstone Torch"], [1, "Lapis Lazuli"]], @@ -142,6 +158,10 @@ "output": [[1, "Obsidian Pipe"]], "input": [[2, "Obsidian"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Pipe Waterproof"]], + "input": [[1, "Cactus Green"]], + "tools": [] }, { "output": [[1, "Pump"]], "input": [[1, "Mining Well"], [1, "Tank"]], @@ -170,6 +190,10 @@ "output": [[1, "Sandstone Pipe"]], "input": [[2, "Sandstone"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Sandstone Waterproof Pipe"]], + "input": [[1, "Sandstone Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Stirling Engine"]], "input": [[3, "Cobblestone"], [2, "Cobblestone Gear"], [1, "Glass"], [1, "Piston"]], @@ -182,6 +206,10 @@ "output": [[1, "Stone Pipe"]], "input": [[2, "Stone"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Stone Waterproof Pipe"]], + "input": [[1, "Stone Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Stripe Pipe"]], "input": [[1, "Ink Sac"], [1, "Glass"], [1, "Dandelion Yellow"]], @@ -206,6 +234,10 @@ "output": [[1, "Wooden Pipe"]], "input": [[2, "Oak Plank"], [1, "Glass"]], "tools": ["Crafting Table"] + }, { + "output": [[1, "Wooden Waterproof Pipe"]], + "input": [[1, "Wooden Pipe"], [1, "Pipe Waterproof"]], + "tools": [] }, { "output": [[1, "Void Pipe"]], "input": [[1, "Ink Sac"], [1, "Glass"], [1, "Redstone"]],