Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeletons being detected as Stray #1068

Open
ItsClairton opened this issue Nov 26, 2024 · 0 comments
Open

Skeletons being detected as Stray #1068

ItsClairton opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ItsClairton
Copy link

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.

@ItsClairton ItsClairton added the bug Something isn't working label Nov 26, 2024
@ItsClairton ItsClairton changed the title Skeletons being detected as "Stray" Skeletons being detected as Stray Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant