Update init.lua
This commit is contained in:
parent
cfeced6a7e
commit
3ab583ac37
|
@ -82,12 +82,6 @@ for _, mod in pairs(skin_mods) do
|
|||
armor.skin_mod = mod
|
||||
end
|
||||
end
|
||||
if not minetest.get_modpath("moreores") then
|
||||
armor.materials.mithril = nil
|
||||
end
|
||||
if not minetest.get_modpath("ethereal") then
|
||||
armor.materials.crystal = nil
|
||||
end
|
||||
|
||||
dofile(modpath.."/armor.lua")
|
||||
|
||||
|
|
Loading…
Reference in New Issue