Merge pull request #12 from everamzah/elephant

Add elephant mob
This commit is contained in:
Duane Robertson 2016-06-06 02:09:08 -05:00
commit 9bb660983e
4 changed files with 60 additions and 0 deletions

View file

@ -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