Skip to content

Fix HumanEntity registration missed during udate - #4304

Merged
aromaa merged 1 commit into
SpongePowered:api-20from
avaruus1:fix-human-registration
Aug 26, 2026
Merged

Fix HumanEntity registration missed during udate#4304
aromaa merged 1 commit into
SpongePowered:api-20from
avaruus1:fix-human-registration

Conversation

@avaruus1

@avaruus1 avaruus1 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Previously, Minecraft registered the EntityTypes in the EntityType class, but the registration was moved to EntityTypes class.

As a result of this, I was getting disconnected due to a "Network Protocol Error" when trying to join the server.

EntityType class diff: https://mcsrc.dev/2/diff/26.1.2/26.2/net/minecraft/world/entity/EntityType

Previously, Minecraft registered the EntityTypes in the `EntityType` class, but the registration was moved to EntityTypes class.

@aromaa aromaa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@aromaa
aromaa merged commit 91d01e7 into SpongePowered:api-20 Aug 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants