Skip to content

Fix below-zero-generation-in-existing-chunks#11570

Closed
notTamion wants to merge 1 commit into
PaperMC:masterfrom
notTamion:fix-belowzerogeneration
Closed

Fix below-zero-generation-in-existing-chunks#11570
notTamion wants to merge 1 commit into
PaperMC:masterfrom
notTamion:fix-belowzerogeneration

Conversation

@notTamion
Copy link
Copy Markdown
Contributor

fixes #11531
i am not entirely sure what exactly is happening here. my best guess is that the chunk status "full" didn't yet exist in older versions and fully generated chunks were just left on "mobs_spawned".

@notTamion notTamion requested a review from a team as a code owner November 3, 2024 10:29
@kennytv
Copy link
Copy Markdown
Member

kennytv commented Nov 3, 2024

How exactly did you get to mobs_spawned? The equivalent for full in pre 1.14-ish versions would be fullchunk

@notTamion
Copy link
Copy Markdown
Contributor Author

notTamion commented Nov 3, 2024

i generated a world in 1.12.2 made sure to wait a bit and also flew around in spectator mode in the ground to make sure everything was generated. i also tried the same in 1.17 and when i checked there the chunks were showing up as full (should note that i used single player to generate this)

@kennytv
Copy link
Copy Markdown
Member

kennytv commented Nov 6, 2024

Pretty sure if you if you did the same with a 1.14 world it would break again, it's kind of awkward to have the check before datafixing

@Warriorrrr Warriorrrr moved this from Awaiting review to Waiting For Author in Paper PR Queue Mar 5, 2025
@kennytv kennytv added the pre-softspoon: never rebased Pre-hardfork pull requests that were not re-opened with the new main branch label Mar 23, 2025
@kennytv kennytv deleted the branch PaperMC:master March 23, 2025 19:16
@kennytv kennytv closed this Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pre-softspoon: never rebased Pre-hardfork pull requests that were not re-opened with the new main branch pre-softspoon

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Disabling chunk generation below Y=0 does not work

4 participants