Saws are crafted from sheets

This commit is contained in:
Kotolegokot 2013-05-01 20:19:24 +06:00
parent 2e0c7a1707
commit 1acd331001

View File

@ -88,7 +88,7 @@ local instruments =
{"chisel", "_ingot"},
{"sword", "_doubleingot"},
{"hammer", "_doubleingot"},
{"saw", "_doubleingot"}
{"saw", "_sheet"}
}
for _, instrument in ipairs(instruments) do
for i, metal in ipairs(metals.list) do