-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels