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

Conversion from SNBT to NBT #35

Open Etamiin opened 3 years ago

Etamiin commented 3 years ago

For now, it's impossible to convert SNBT file format to NBT file using fNbt and vise versa. I would like to know if you can work on this feature ?