Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed large cubeset files not loading correctly #158

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

NiLSPACE
Copy link
Member

@NiLSPACE NiLSPACE commented Aug 4, 2024

Cuberite only searches the first 8 KiB of a file for CubesetFormatVersion = to see if it's a Cubeset file. If a structure gets too large and the metadata is at the end of the file Cuberite won't think it's a Cubeset file. To fix this I made WorldEdit prioritize the Metadata table.

@NiLSPACE NiLSPACE merged commit 214b43d into master Aug 10, 2024
2 checks passed
@NiLSPACE NiLSPACE deleted the cubeset-metadata branch August 10, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants