Add support for the new world directory structure.#1870
Merged
leMaik merged 8 commits intochunky-dev:masterfrom Mar 4, 2026
Merged
Add support for the new world directory structure.#1870leMaik merged 8 commits intochunky-dev:masterfrom
leMaik merged 8 commits intochunky-dev:masterfrom
Conversation
42affc8 to
3ebb6ef
Compare
3ebb6ef to
73be75c
Compare
…regression introduced in this PR).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Worlds saved with 26.1-snapshot-6 or later now work. 🥳
The dimension integer ID got replaced with an identifier that can be arbitrary. Chunky still has the three default values from vanilla Minecraft, but it technically supports any dimension by editing the settings and scene files.
The single player player is now stored just like any other player and only its UUID is stored in the level.dat file. I used this opportunity to replace some of the UUID
Strings with properUUIDs for the players and found a bug on the way.Oh, the functionality to export selected chunks to a zip file was removed, as discussed on Discord. That would have been slightly more complicated, also there are tools dedicated to editing chunks (e.g. MCA Selector). This way we can focus on the rendering stuff. 😎
Closes #1868