From 55db41f27bbec2235c802283c392752f5f1e443f Mon Sep 17 00:00:00 2001 From: whizzball1 Date: Tue, 20 Aug 2013 23:31:34 +0100 Subject: [PATCH] Added Silver Ingot Recipe Silver Ore and 125 milli-coal makes Silver Ingot with a Furnace. Recipe made for use in my Thermal Expansion Recipe Book. --- 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 8f532a8fe..cceb76863 100644 --- a/html/data/industrial_craft.json +++ b/html/data/industrial_craft.json @@ -294,6 +294,10 @@ "output": [[2, "Silver Dust"]], "input": [[1, "Silver Ore"]], "tools": ["Macerator"] + }, { + "output": [[1, "Silver Ingot"]], + "input": [[1, "Silver Ore"], [125, "milli-coal"]], + "tools": ["Furnace"] }, { "output": [[1, "Solar Helmet"]], "input": [[5, "Iron Ore"], [3, "Insulated Copper Cable"], [1, "Solar Panel"]],