Skip to content

Comments

Prevent async projectile owner lookup during world gen#13643

Open
HaHaWTH wants to merge 1 commit intoPaperMC:mainfrom
HaHaWTH:fix/async-owner-lookup
Open

Prevent async projectile owner lookup during world gen#13643
HaHaWTH wants to merge 1 commit intoPaperMC:mainfrom
HaHaWTH:fix/async-owner-lookup

Conversation

@HaHaWTH
Copy link
Contributor

@HaHaWTH HaHaWTH commented Feb 17, 2026

Closes #13475.

Saved structures with projectile entity inside (some datapack structures) will cause AsyncCatcher to throw an exception.
After skipping the bukkit owner lookup in worldgen, it will be handled by CB's AbstractProjecile#getShooter. So it shouldn't cause plugin behavior inconsistencies.

@HaHaWTH HaHaWTH requested a review from a team as a code owner February 17, 2026 05:39
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Feb 17, 2026
@Lulu13022002
Copy link
Contributor

Related to #13481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Awaiting review

Development

Successfully merging this pull request may close these issues.

Asynchronous Chunk getEntities Call During Generation

2 participants