NBT icon indicating copy to clipboard operation
NBT copied to clipboard

1.18 Support?

Open cyberpwnn opened this issue 2 years ago • 3 comments

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?

cyberpwnn avatar Jan 22 '22 22:01 cyberpwnn

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

9NONAGON avatar Dec 22 '22 21:12 9NONAGON

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

Wolfyxon avatar Mar 02 '23 08:03 Wolfyxon

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

Clashbestie avatar Sep 13 '23 08:09 Clashbestie