add evil bunny to init file

This commit is contained in:
Juraj Vajda 2016-10-16 11:23:36 +01:00
parent 594bab4152
commit 83838c91bf

View File

@ -12,6 +12,7 @@ dofile(minetest.get_modpath(MOD_NAME).."/spawners_mobs.lua")
-- include mummy mobs redo addon (mob)
if minetest.get_modpath("mobs") then
dofile(minetest.get_modpath(MOD_NAME).."/mob_mummy.lua")
dofile(minetest.get_modpath(MOD_NAME).."/mob_bunny_evil.lua")
dofile(minetest.get_modpath(MOD_NAME).."/nodes_additional.lua")
end