Fix brass alloying recipe

Commit d55ecc39f9 introduced a bogus
reference to "technic:copper_ingot".
This commit is contained in:
Zefram 2014-07-06 15:57:35 +01:00 committed by Novatux
parent 0e6b3ce86b
commit 43295b5b7f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ local recipes = {
{"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"},
}