summaryrefslogtreecommitdiff
path: root/alloy_furnace.lua
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-10-11 17:44:25 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-10-11 17:44:25 +0200
commitd5a7ade0d554dd9270552b86a3976dc48a63d8e9 (patch)
tree3e2cf56ae1b48ca419e99234b107df1ef6691753 /alloy_furnace.lua
parent845b0607eb09602a0da871a22ff044069506c53a (diff)
Added Water can + bug fixes
Diffstat (limited to 'alloy_furnace.lua')
-rw-r--r--alloy_furnace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/alloy_furnace.lua b/alloy_furnace.lua
index ff805ab..3f02d9a 100644
--- a/alloy_furnace.lua
+++ b/alloy_furnace.lua
@@ -24,7 +24,7 @@ end
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)