Hi Tenplus1,
may I ask you to improve infotext informations in mobs / api.lua to contain mob type?
It's pretty handy to get know which mod add mob and what's that mob (for more info about that omb at wiki, forum etc.).
(In my case it's because the mob textures -> I'm creator one of the texture packs and this information really helps me a lot to understant which mod contain the textures.)
Porpoused change in line 718 to:
self.infotext = "Health: " .. self.health .. " / " .. prop.hp_max
.. (self.owner == "" and "" or "\nOwner: " .. self.owner)
.. ("\nEntityType: " .. self.name)
.. text
Thanks for consideration :)