mstefarov / fNbt

A C# library for reading and writing Named Binary Tag (NBT) files and streams. A continuation of libnbt project, originally by Erik Davidson (aphistic).
116 stars 31 forks source link

Support For Long Arrays? #36

Open BreakEnder233 opened 1 year ago

BreakEnder233 commented 1 year ago

Hello! I was trying to read .litematic file from Litematica Mod and found out that fNbt does not support long array type.

Any plan for supporting long arrays in the future?

Ableytner commented 7 months ago

AFAIK, long arrays are already supported in the current master branch, but not the NuGet package. @mstefarov, if you find the time, could you please create a new release?

mstefarov commented 7 months ago

I'll try to get a release out this week. Thank you for the reminder!

Ableytner commented 5 months ago

Any update on the next release?