ljfa-ag / libnbtplusplus

A C++ library for Minecraft's file format NBT
GNU Lesser General Public License v3.0
78 stars 25 forks source link

Support for long arrays #11

Closed extremeheat closed 6 years ago

extremeheat commented 6 years ago

Minecraft 1.13 adds a new NBT LongArray tag which stores 64-bit signed integer arrays, which aren't yet supported by the library

ljfa-ag commented 6 years ago

Thanks for the heads-up.