Skip to content
Snippets Groups Projects
Commit c5bf909b authored by D00Med's avatar D00Med
Browse files

Minor changes

parent 335fa84f
No related branches found
No related tags found
No related merge requests found
default
mobs
\ No newline at end of file
mobs
wool
\ No newline at end of file
......@@ -2,10 +2,12 @@ dmobs = {}
-- dmobs by D00Med
-- mounts api by blert2112
-- mounts api by D00Med and lib_mount api by blert2112
dofile(minetest.get_modpath("dmobs").."/api.lua")
--peaceful mobs setting
if not minetest.setting_getbool("only_peaceful_mobs") then
dofile(minetest.get_modpath("dmobs").."/baddies.lua")
end
......@@ -13,6 +15,8 @@ end
-- Enable dragons (disable to remove tamed dragons and dragon bosses)
dmobs.dragons = true
--friendly mobs
mobs:register_mob("dmobs:panda", {
type = "animal",
passive = false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment