summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-09-11 19:52:10 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-09-11 19:52:10 +0200
commit7c04fb4b75172bbfa23a1cf4c8cb5d9db0adea24 (patch)
tree5048ff2fa19452ab9c0154a4c958dd3ee60e85ea
parent4c99769df0997dc18acdec7868eefeee6028f602 (diff)
Added silicon wafers alloy recipes
-rw-r--r--alloy_furnace.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/alloy_furnace.lua b/alloy_furnace.lua
index f1852f8..60a5529 100644
--- a/alloy_furnace.lua
+++ b/alloy_furnace.lua
@@ -19,13 +19,13 @@ alloy_recipes[registered_recipes_count].src2_count=count1
alloy_recipes[registered_recipes_count].dst_name=string3
alloy_recipes[registered_recipes_count].dst_count=count3
registered_recipes_count=registered_recipes_count+1
-
-
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 ("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)
minetest.register_alias("alloy_furnace", "technic:alloy_furnace")