6
10
Fork
You've already forked mobs_redo
12

Feature request: Show mob type in infotext #22

Closed
opened 2024年03月12日 12:05:14 +01:00 by Sharpman · 1 comment

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 :)

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 :)

Added, such a simple addition gives a lot of information :)

Added, such a simple addition gives a lot of information :)
Sign in to join this conversation.
No Branch/Tag specified
master
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tenplus1/mobs_redo#22
Reference in a new issue
tenplus1/mobs_redo
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?