Merge pull request #12 from donat-b/patch-1

Update init.lua
This commit is contained in:
stujones11 2014-09-28 15:13:09 +01:00
commit 2415d66057
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