Lookup tool opens help page when using it on mobs

This commit is contained in:
Wuzzy 2019-01-28 00:04:12 +01:00
parent 2402507808
commit 8f7303d540
2 changed files with 6 additions and 0 deletions

View File

@ -3073,6 +3073,10 @@ minetest.register_entity(name, {
})
if minetest.get_modpath("doc_identifier") ~= nil then
doc.sub.identifier.register_object(name, "basics", "mobs")
end
end -- END mobs:register_mob function
@ -3727,4 +3731,5 @@ function mobs:alias_mob(old_name, new_name)
self.object:remove()
end
})
end

View File

@ -5,3 +5,4 @@ invisibility?
intllib?
lucky_block?
cmi?
doc_identifier?