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
Describe the bug
The skeletons are being incorrectly detected as Stray in versions 1.10 or lower by PacketEvents, even in versions below 1.10 where Stray does not exist.
Describe the bug
The skeletons are being incorrectly detected as Stray in versions 1.10 or lower by PacketEvents, even in versions below 1.10 where Stray does not exist.
Software brand
git-PandaSpigot-144 (1.8.8)
Plugins
ViaVersion, ViaBackwards, ViaRewind, LuckPerms, GrimAC
How To Reproduce
1 - Just print result of
EntityTypes.getById(ClientVersion.V_1_8, 51).getName().getKey()
Expected behavior
Skeleton being recognized as Skeleton, since Stray is a variant of Skeleton in 1.10, And in lower versions, Stray does not exist.
Screenshots
None
Additional context
I think the problem is in this Entity Type Map. The Stray Skeleton and, for some reason, the Husk, are using the same ID.
In 1.10, the Stray is a variant of the Skeleton, and in 1.11 it got its own ID: https://minecraft.fandom.com/wiki/Stray#:~:text=1.11-,16w32a,-The%20spawn%20egg
In 1.10, the Husk is a variant of the Zombie, and in 1.11 it got its own ID:
https://minecraft.fandom.com/wiki/Husk?so=search#:~:text=1.11-,16w32a,-Husks%20now%20have
The text was updated successfully, but these errors were encountered: