From a5fc7ac41ea4c8b6ce3c9bcd1807b33c5aee9c9a Mon Sep 17 00:00:00 2001 From: Zefram Date: Thu, 1 May 2014 21:13:14 +0100 Subject: [PATCH] Make stainless steel ingot grindable to dust Consistent with all the other ingot/dust pairs. --- technic/machines/register/grinder_recipes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua index d0352d7..13fa8f1 100644 --- a/technic/machines/register/grinder_recipes.lua +++ b/technic/machines/register/grinder_recipes.lua @@ -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"},