summaryrefslogtreecommitdiff
path: root/alloy_furnace.lua
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-10-07 20:30:43 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-10-07 20:30:43 +0200
commita546665856d8cc4141dd0afb378783e5d0fd4560 (patch)
tree40d1b8c91e0ee0b73046e14df939cdd7bd7d1e6c /alloy_furnace.lua
parent0821f3913af9afccad6d9f32a795e00fa116520d (diff)
fixes, added MV cable
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 60a5529..053d980 100644
--- a/alloy_furnace.lua
+++ b/alloy_furnace.lua
@@ -25,7 +25,7 @@ register_alloy_recipe ("technic:copper_dust",3, "technic:tin_dust",1, "technic:b
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 ("default:sand",2, "technic:coal_dust",2, "technic:silicon_wafer",1)
-register_alloy_recipe ("technic:silicon_wafer",1, "technic:mithril_dust",3, "technic:doped_silicon_wafer",1)
+register_alloy_recipe ("technic:silicon_wafer",1, "technic:mithril_dust",2, "technic:doped_silicon_wafer",1)
minetest.register_alias("alloy_furnace", "technic:alloy_furnace")