Zefram
2014-07-15 dd65a68ce9f494717faffc98c45814f9a9d67fa4
technic/machines/register/alloy_recipes.lua
@@ -1,7 +1,10 @@
local S = technic.getter
technic.register_recipe_type("alloy", S("Alloy cooking"), 2)
technic.register_recipe_type("alloy", {
   description = S("Alloy cooking"),
   input_size = 2,
})
function technic.register_alloy_recipe(data)
   data.time = data.time or 6
@@ -18,7 +21,7 @@
   {"technic:carbon_steel_dust 3",   "technic:chromium_dust",      "technic:stainless_steel_dust 4"},
   {"technic:carbon_steel_ingot 3",  "technic:chromium_ingot",     "technic:stainless_steel_ingot 4"},
   {"technic:copper_dust 2",         "technic:zinc_dust",          "technic:brass_dust 3"},
   {"technic:copper_ingot 2",        "technic:zinc_ingot",         "technic:brass_ingot 3"},
   {"default:copper_ingot 2",        "technic:zinc_ingot",         "technic:brass_ingot 3"},
   {"default:sand 2",                "technic:coal_dust 2",        "technic:silicon_wafer"},
   {"technic:silicon_wafer",         "technic:gold_dust",          "technic:doped_silicon_wafer"},
}