Make stainless steel ingot grindable to dust
authorZefram <zefram@fysh.org>
Thu, 1 May 2014 20:13:14 +0000 (21:13 +0100)
committerRealBadAngel <maciej.kasatkin@o2.pl>
Fri, 23 May 2014 22:22:11 +0000 (00:22 +0200)
Consistent with all the other ingot/dust pairs.

technic/machines/register/grinder_recipes.lua

index d0352d7fb1e8d4110ec1026879dbb0e3241d4d78..13fa8f1d548254cf8c2a2a3f1d9daebd912ebcb9 100644 (file)
@@ -68,6 +68,7 @@ local recipes = {
        {"technic:chromium_lump",   "technic:chromium_dust 2"},
        {"technic:wrought_iron_ingot", "technic:wrought_iron_dust 1"},
        {"technic:carbon_steel_ingot", "technic:carbon_steel_dust 1"},
+       {"technic:stainless_steel_ingot", "technic:stainless_steel_dust 1"},
        {"technic:zinc_ingot",      "technic:zinc_dust 1"},
        {"technic:zinc_lump",       "technic:zinc_dust 2"},
        {"technic:brass_ingot",     "technic:brass_dust 1"},