Skip to content

Prevent async projectile owner lookup during world gen#13643

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

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
Copy Markdown
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
Copy Markdown
Contributor

Related to #13481

Owen1212055 added a commit that referenced this pull request Apr 5, 2026
@Owen1212055
Copy link
Copy Markdown
Member

Superceded by 4c91cd3

@Owen1212055 Owen1212055 closed this Apr 5, 2026
@github-project-automation github-project-automation bot moved this from Awaiting review to Closed in Paper PR Queue Apr 5, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
kennytv pushed a commit that referenced this pull request Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

Asynchronous Chunk getEntities Call During Generation

3 participants