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

data does not contain Level tag fix #95

Open
Clashbestie opened this issue Sep 13, 2023 · 1 comment
Open

data does not contain Level tag fix #95

Clashbestie opened this issue Sep 13, 2023 · 1 comment

Comments

@Clashbestie
Copy link

The Level tag does no longer exist everything is nor directly in the root tag.
Change Chunk.java L73 from CompoundTag level; to CompoundTag level = data; and remove Chunk.java L74-L76

@hohserg1
Copy link

hohserg1 commented Jan 25, 2024

I trying to use it on 1.20.1 map, same issue.
Consider versions of Chunk format article, suggested change is suitable:
old: https://minecraft.fandom.com/wiki/Chunk_format?oldid=2060875
new: https://minecraft.fandom.com/wiki/Chunk_format
ty!

Rayregula added a commit to Rayregula/NBT that referenced this issue Feb 15, 2024
hopefully fixed Querz#95 on newer worlds
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

No branches or pull requests

2 participants