fixed mob spawning
This commit is contained in:
parent
9348a169fc
commit
2123c38714
5
init.lua
5
init.lua
@ -5,8 +5,6 @@ nssm = {
|
|||||||
multimobs = tonumber(minetest.setting_get('multimobs')) or 1000
|
multimobs = tonumber(minetest.setting_get('multimobs')) or 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
dofile(path.."/spawn.lua")
|
|
||||||
|
|
||||||
-- Mobs
|
-- Mobs
|
||||||
dofile(path.."/mobs/ant_queen.lua")
|
dofile(path.."/mobs/ant_queen.lua")
|
||||||
dofile(path.."/mobs/ant_soldier.lua")
|
dofile(path.."/mobs/ant_soldier.lua")
|
||||||
@ -78,4 +76,7 @@ if minetest.get_modpath("3d_armor") then
|
|||||||
dofile(path.."/nssm_armor.lua")
|
dofile(path.."/nssm_armor.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--Spawn settings
|
||||||
|
dofile(path.."/spawn.lua")
|
||||||
|
|
||||||
print("[MOD] NSSM loaded")
|
print("[MOD] NSSM loaded")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user