Distinguish between mobs using the same entity class

Issue #7 resolved
Chimaine created an issue

MobTalker2 must be able to distinguish between mobs using the same entity class, like Skeletons and Wither Skeletons, where the only difference is a flag set in the entity's data.

Other cases are:

  • Creepers and Charged Creepers
  • Different Villiger types
  • Slime sizes
  • Adult and child mobs

Comments (5)

  1. Chimaine reporter

    Introduced new way to retrieve the name for a given entity. Closes #7 Makes it possible to differentiate between mobs that use the same class, like Wither Skeletons.

    → <<cset 0cba3eb82e84>>

  2. Log in to comment