mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Update init.lua
fix typo in condition
This commit is contained in:
parent
4415e2b33b
commit
abf445014e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user