projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a08071
)
Make stainless steel ingot grindable to dust
author
Zefram
<zefram@fysh.org>
Thu, 1 May 2014 20:13:14 +0000
(21:13 +0100)
committer
RealBadAngel
<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
patch
|
blob
|
history
diff --git
a/technic/machines/register/grinder_recipes.lua
b/technic/machines/register/grinder_recipes.lua
index d0352d7fb1e8d4110ec1026879dbb0e3241d4d78..13fa8f1d548254cf8c2a2a3f1d9daebd912ebcb9 100644
(file)
--- 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"},