From bf85b6f4a79754fc4ed49080424e7f3a54b9a9a7 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 4 Sep 2013 09:06:42 -0700 Subject: [PATCH] Add Static Boots to IC2 recipes --- html/data/industrial_craft.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/data/industrial_craft.json b/html/data/industrial_craft.json index 9ff23106c..00f9bddd1 100644 --- a/html/data/industrial_craft.json +++ b/html/data/industrial_craft.json @@ -3,6 +3,10 @@ "description": "Crafting recipes from IndustrialCraft 2, by Alblaka", "recipes": [ { + "output": [[1, "Static Boots"]], + "input": [[4, "Iron Ingot"], [3, "Insulated Copper Cable"], [1, "Wool"]], + "tools": ["Crafting Table"] + }, { "output": [[1, "CFPack"]], "input": [[4, "Fuel Can"], [2, "CF Sprayer"], [1, "Electronic Circuit"], [1, "Tin Ingot"]], "tools": ["Crafting Table"]