Skip to content

Fix MC-152094#727

Open
HaHaWTH wants to merge 6 commits intover/1.21.11from
fix/mc-152094-i-eat-ships
Open

Fix MC-152094#727
HaHaWTH wants to merge 6 commits intover/1.21.11from
fix/mc-152094-i-eat-ships

Conversation

@HaHaWTH
Copy link
Copy Markdown
Member

@HaHaWTH HaHaWTH commented May 2, 2026

Workaround for MC-152094, where End City ships can sometimes be generated partially cut off at chunk borders.

RCA

End City ship pieces are sometimes being placed outside the vanilla structure reference search area (8 chunks). Which causes the cutoff.

This PR fixes by retracting the ship position if it's about to be cut off, as expanding the search area is too invasive (performance issue and used by almost the whole chunk system)

Reproduce

Seed: 1463345073146333179
Pos: -2680 140 -880

nice try, but...
@Dreeam-qwq Dreeam-qwq added the type: fix Pull request for fixing bug label May 3, 2026
@HaHaWTH HaHaWTH linked an issue May 3, 2026 that may be closed by this pull request
@Dreeam-qwq Dreeam-qwq added the status: docs update required Config changed, needs the PR author or team member to update docs label May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: docs update required Config changed, needs the PR author or team member to update docs type: fix Pull request for fixing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

End City ships spawning cut

2 participants