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

1.18 Support? #72

Open
cyberpwnn opened this issue Jan 22, 2022 · 3 comments
Open

1.18 Support? #72

cyberpwnn opened this issue Jan 22, 2022 · 3 comments

Comments

@cyberpwnn
Copy link

I think mojang changed the nbt format for biomes. Now the biomes are stored per section, using their own data palette instead of the global id palette. That and the height changes are actually being used now (negative sections). Are there any plans to support 1.18?

@9NONAGON
Copy link

Also, there is no compound tag "Level" per region when calling MCAUtil.read()

@Wolfyxon
Copy link

Wolfyxon commented Mar 2, 2023

I use it on 1.19.3 and it seems to be working fine

@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

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

4 participants