add evil bunny to init file
This commit is contained in:
parent
594bab4152
commit
83838c91bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user