Disabled spawns
This commit is contained in:
parent
6c91e54a99
commit
01e3a5a416
2
api.lua
2
api.lua
@ -435,6 +435,7 @@ do_env_damage = function(self)
|
|||||||
end
|
end
|
||||||
|
|
||||||
--NSSM modifications:
|
--NSSM modifications:
|
||||||
|
--[[
|
||||||
|
|
||||||
if not self.hydra then
|
if not self.hydra then
|
||||||
if check_for_death(self) then
|
if check_for_death(self) then
|
||||||
@ -445,6 +446,7 @@ do_env_damage = function(self)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
]]--
|
||||||
|
|
||||||
--end of NSSM modifications
|
--end of NSSM modifications
|
||||||
|
|
||||||
|
3
init.lua
3
init.lua
@ -1,6 +1,6 @@
|
|||||||
local path = minetest.get_modpath("nssm")
|
local path = minetest.get_modpath("nssm")
|
||||||
dofile(path.."/api.lua")
|
dofile(path.."/api.lua")
|
||||||
dofile(path.."/spawn.lua")
|
--dofile(path.."/spawn.lua")
|
||||||
|
|
||||||
--Mobs
|
--Mobs
|
||||||
dofile(path.."/ant_queen.lua")
|
dofile(path.."/ant_queen.lua")
|
||||||
@ -8,6 +8,7 @@ dofile(path.."/ant_soldier.lua")
|
|||||||
dofile(path.."/ant_worker.lua")
|
dofile(path.."/ant_worker.lua")
|
||||||
dofile(path.."/black_widow.lua")
|
dofile(path.."/black_widow.lua")
|
||||||
dofile(path.."/bloco.lua")
|
dofile(path.."/bloco.lua")
|
||||||
|
dofile(path.."/pupumolle.lua")
|
||||||
dofile(path.."/crab.lua")
|
dofile(path.."/crab.lua")
|
||||||
dofile(path.."/crocodile.lua")
|
dofile(path.."/crocodile.lua")
|
||||||
dofile(path.."/daddy_long_legs.lua")
|
dofile(path.."/daddy_long_legs.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user