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

Fix "Did not find 'name' and/or 'val' tags in a chunk palette!" error… #92

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

marzipan42
Copy link

… messages when reading chunks that were saved by 1.13.0 or newer

This fixes #91 at least for the worlds I've tried.

According to https://minecraft.gamepedia.com/Bedrock_Edition_level_format#SubChunkPrefix_record_.281.0_and_1.2.13_formats.29
the 'val' tag was eliminated and replaced with a 'states' tag in 1.13.0. The 'fix' in this pull request simply forges ahead without the 'val' tag, but makes no attempt to read the 'states' tag. I don't know what the 'val' data was used for, so without it some features of the web app may not work right, but at least the map looks much better than without this fix.

… messages when reading chunks that were saved by 1.13.0 or newer
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.

ERROR: (Safe) Did not find 'name' and/or 'val' tags in a chunk palette! (1.13?)
1 participant