You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: