Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-11-26 21:30:41 +01:00
39 changed files with 251 additions and 1 deletions

View File

@ -105,6 +105,9 @@ end
if not minetest.get_modpath("ethereal") then
armor.materials.crystal = nil
end
if not minetest.get_modpath("nether") then
armor.materials.nether = nil
end
dofile(modpath.."/armor.lua")