Alpha-v0.0.2a #1

Closed
thunderdog1138 wants to merge 321 commits from Alpha-v0.0.2a into master
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 3ab583ac37 - Show all commits

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