Update init.lua

fix typo in condition
This commit is contained in:
Donat 2014-09-28 15:39:31 +04:00
parent 4415e2b33b
commit abf445014e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ local craft_ingreds = {
gold = "default:gold_ingot",
}
if has_moreores then
if use_moreores then
craft_ingreds.mithril = "moreores:mithril_ingot"
end