mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
Remove support for invisibility mod
This commit is contained in:
parent
f6be8bac5a
commit
4054f05a4c
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ local S = minetest.get_translator("mcl_mobs")
|
||||||
|
|
||||||
-- Invisibility mod check
|
-- Invisibility mod check
|
||||||
mobs.invis = {}
|
mobs.invis = {}
|
||||||
if minetest.global_exists("invisibility") then
|
|
||||||
mobs.invis = invisibility
|
|
||||||
end
|
|
||||||
|
|
||||||
-- localize math functions
|
-- localize math functions
|
||||||
local pi = math.pi
|
local pi = math.pi
|
||||||
|
|
Loading…
Reference in a new issue