Enklume
Enklume copied to clipboard
TAG_LONG_ARRAY is not supported
When reading a 1.16 world, I encounter the following error.
Out of bounds type exception: 12 Last valid type was : TAG_INT_ARRAY
I can see in the NBT Format docs that a new tag was added called TAG_Long_Array
I tried to add a new NBTLongArray by copy pasting NBTIntArray and changes the type to long, but it didn't seem to work, I just get a bunch of errors like
Out of bounds type exception: 41 Last valid type was : TAG_LONG_ARRAY
Out of bounds type exception: 249 Last valid type was : TAG_LONG_ARRAY
Out of bounds type exception: 58 Last valid type was : TAG_LONG_ARRAY
I have not been updating this for a while, so that's to be expected. Can you share your fork ?
Sure. I made a pull request, but like I said, it doesn't work. https://github.com/Hugobros3/Enklume/pull/2/