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

Fix entities #450

Merged
merged 10 commits into from
Sep 18, 2024
Merged

Fix entities #450

merged 10 commits into from
Sep 18, 2024

Conversation

Tides
Copy link
Member

@Tides Tides commented Sep 13, 2024

This fixes various entity issues discovered through my testing. I re-implemented the BundledDelimiterPacket (now BundledPacket) to take in a list of packets and serialize them all at once instead. That change was added for SpawnEntity as any packet alongside it and used to configure the entity needs to be processed on the same tick to avoid any issues.

@github-actions github-actions bot added the api Relates to Obsidian.API label Sep 13, 2024
@Tides Tides added nbt Relates to Obsidian.Nbt server Relates to the server implementation performance Performance related issue priority: blocking Blocking; must be prioritized networking Relates to packet changes and net-code labels Sep 13, 2024
Obsidian/Entities/ItemEntity.cs Outdated Show resolved Hide resolved
Obsidian/WorldData/World.cs Outdated Show resolved Hide resolved
@github-actions github-actions bot added the commands Relates to Obsidian.Commands label Sep 18, 2024
@Tides Tides merged commit 972d229 into 1.21.x Sep 18, 2024
2 checks passed
@Tides Tides deleted the fix-entities branch September 18, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to Obsidian.API commands Relates to Obsidian.Commands nbt Relates to Obsidian.Nbt networking Relates to packet changes and net-code performance Performance related issue priority: blocking Blocking; must be prioritized server Relates to the server implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants