summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-05-01 21:13:14 +0100
committerRealBadAngel <maciej.kasatkin@o2.pl>2014-05-24 00:22:11 +0200
commita5fc7ac41ea4c8b6ce3c9bcd1807b33c5aee9c9a (patch)
tree134c81605cb21de7caf3aeb3067ed079bb6e703c
parent6a08071d86ee4e83ce9ccc67c5e06010893cb60c (diff)
Make stainless steel ingot grindable to dust
Consistent with all the other ingot/dust pairs.
-rw-r--r--technic/machines/register/grinder_recipes.lua1
1 files changed, 1 insertions, 0 deletions
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"},