From a1fa7c2c36cf09dea805e444b3c2734cc1e32c1e Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Sun, 14 Oct 2012 23:36:34 +0200
Subject: [PATCH] Added Flashlight

---
 alloy_furnace.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/alloy_furnace.lua b/alloy_furnace.lua
index ff805ab..1d2a1aa 100644
--- a/alloy_furnace.lua
+++ b/alloy_furnace.lua
@@ -24,11 +24,11 @@
 register_alloy_recipe ("technic:copper_dust",3, "technic:tin_dust",1, "technic:bronze_dust",4)
 register_alloy_recipe ("moreores:copper_ingot",3, "moreores:tin_ingot",1, "moreores:bronze_ingot",4)
 register_alloy_recipe ("technic:iron_dust",3, "technic:chromium_dust",1, "technic:stainless_steel_dust",4)
-register_alloy_recipe ("technic:steel_ingot",3, "technic:chromium_ingot",1, "technic:stainless_steel_ingot",4)
+register_alloy_recipe ("default:steel_ingot",3, "technic:chromium_ingot",1, "technic:stainless_steel_ingot",4)
 register_alloy_recipe ("technic:copper_dust",2, "technic:zinc_dust",1, "technic:brass_dust",3)
 register_alloy_recipe ("technic:copper_ingot",2, "technic:zinc_ingot",1, "technic:brass_ingot",3)
 register_alloy_recipe ("default:sand",2, "technic:coal_dust",2, "technic:silicon_wafer",1)
-register_alloy_recipe ("technic:silicon_wafer",1, "technic:mithril_dust",2, "technic:doped_silicon_wafer",1)
+register_alloy_recipe ("technic:silicon_wafer",1, "technic:mithril_dust",1, "technic:doped_silicon_wafer",1)
 
 minetest.register_alias("alloy_furnace", "technic:alloy_furnace")
 

--
Gitblit v1.8.0