From abf445014e52c714c126d2eff6a70fd29435567e Mon Sep 17 00:00:00 2001 From: Donat Date: Sun, 28 Sep 2014 15:39:31 +0400 Subject: [PATCH] Update init.lua fix typo in condition --- shields/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shields/init.lua b/shields/init.lua index d1dd3ba..cb82582 100644 --- a/shields/init.lua +++ b/shields/init.lua @@ -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