From 3ae83f5986e2a52b45295886d856431ed80dd363 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 4 Sep 2013 08:21:06 -0700 Subject: [PATCH] Fix Composite Vest recipe for IC2 --- html/data/industrial_craft.json | 2 +- html/data/vanilla.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/data/industrial_craft.json b/html/data/industrial_craft.json index 82da37eda..9ff23106c 100644 --- a/html/data/industrial_craft.json +++ b/html/data/industrial_craft.json @@ -476,7 +476,7 @@ "tools": ["Macerator"] }, { "output": [[1, "Composite Armor Vest"]], - "input": [[1, "Advanced Alloy"], [1, "Iron Chestplate"], [1, "Bronze Chestplace"]], + "input": [[1, "Advanced Alloy"], [1, "Iron Chestplate"], [1, "Leather Tunic"]], "tools": ["Crafting Table"] }, { "output": [[1, "Compressed Air Cell"]], diff --git a/html/data/vanilla.json b/html/data/vanilla.json index f7e7683ca..02cc20856 100644 --- a/html/data/vanilla.json +++ b/html/data/vanilla.json @@ -343,7 +343,7 @@ "input": [[4, "Leather"]], "tools": [] }, { - "output": [[1, "Leather Chestplate"]], + "output": [[1, "Leather Tunic"]], "input": [[8, "Leather"]], "tools": [] }, {