diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-14 23:36:34 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-14 23:36:34 +0200 |
commit | a1fa7c2c36cf09dea805e444b3c2734cc1e32c1e (patch) | |
tree | b464162c3aaab37ed4dfe67f40a46e1bf73899bd /alloy_furnace.lua | |
parent | 3f61321cbecdc43737bd27994427b953086bd033 (diff) |
Added Flashlight
Diffstat (limited to 'alloy_furnace.lua')
-rw-r--r-- | alloy_furnace.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alloy_furnace.lua b/alloy_furnace.lua index 3f02d9a..1d2a1aa 100644 --- a/alloy_furnace.lua +++ b/alloy_furnace.lua @@ -28,7 +28,7 @@ register_alloy_recipe ("default:steel_ingot",3, "technic:chromium_ingot",1, "tec 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") |