Open
Description
The plugin should use a inheritance tree and take the most top mob type.
If we define a special mob for magma slime and slime, we want that the a magma slime is wrapped to the magma slime and not to the slime special mob.
Therefore we need to build a inheritance tree in runtime to reduce update requirements.
The detection will then start at the own mob type and walk down the tree until it reaches the root or a mob type with a assigned special mob.