Skip to content

TAG_LONG_ARRAY is not supported #1

@lbenedetto

Description

@lbenedetto

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions