diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-09 11:02:29 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-09 11:02:29 +0200 |
commit | eabde42244a4f541c13ee8f39b3542fb26d8af9b (patch) | |
tree | ce8d367f434ce0d3a8684227396a460529a21efc /alloy_furnace.lua | |
parent | ef174a7deeb362e8519b25b09c7cf45730468d24 (diff) |
several fixes, brass added
Diffstat (limited to 'alloy_furnace.lua')
-rw-r--r-- | alloy_furnace.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alloy_furnace.lua b/alloy_furnace.lua index 053d980..ff805ab 100644 --- a/alloy_furnace.lua +++ b/alloy_furnace.lua @@ -24,6 +24,9 @@ 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 ("technic:steel_ingot",3, "technic:chromium_ingot",1, "technic:stainless_steel_ingot",4) +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) |