Update init.lua

This commit is contained in:
thunderdog1138 2019-12-15 19:20:26 -05:00 committed by GitHub
parent cfeced6a7e
commit 3ab583ac37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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")