Added silicon wafers alloy recipes
authorMaciej Kasatkin <mk@realbadangel.pl>
Tue, 11 Sep 2012 17:52:10 +0000 (19:52 +0200)
committerMaciej Kasatkin <mk@realbadangel.pl>
Tue, 11 Sep 2012 17:52:10 +0000 (19:52 +0200)
alloy_furnace.lua

index f1852f8f7ad2ba57e7e6ef1486f3a5bc8bc1fa66..60a55299ad24146b9cf8b1353b52d57bff0675df 100644 (file)
@@ -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")