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

Handle experience orb spawn via add entity packet in 1.14->1.13.2 #849

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

FlorianMichael
Copy link
Member

1.14+ can spawn experience orbs with the normal add entity packet instead of the add experience orb packet, this PR fixes the case by mapping add entity->add experience orb and apply important values from the original packet manually.

Closes #844

1.14+ can spawn experience orbs with the normal add entity packet instead of the add experience orb packet, this PR fixes the case by mapping add entity->add experience orb and apply important values from the original packet manually.

Closes #844
@kennytv kennytv merged commit bc06d9e into master Aug 3, 2024
2 checks passed
@kennytv kennytv deleted the fix/handle-experience-orb-spawn-via-add-entity branch August 3, 2024 08:41
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.

1.13.1->1.13: invalid entity type issue
2 participants