Add elephant mob
Increase damage, and hit range Change spawn change from 15000 to 17000
This commit is contained in:
parent
301249f9d2
commit
245381aafa
4 changed files with 60 additions and 0 deletions
1
mobs.lua
1
mobs.lua
|
@ -69,6 +69,7 @@ dofile(fun_caves.path .. "/tarantula.lua")
|
|||
dofile(fun_caves.path .. "/spider_ice.lua")
|
||||
dofile(fun_caves.path .. "/sand_monster.lua")
|
||||
dofile(fun_caves.path .. "/tar_monster.lua")
|
||||
dofile(fun_caves.path .. "/elephant.lua")
|
||||
|
||||
if minetest.registered_entities["mobs_monster:dirt_monster"] then
|
||||
-- check this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue