A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
Stars
37
Forks
13
Watchers
37
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
Wrapped GZipStream and ZlibStream in BufferedStream when reading
964821dView on GitHubCompound and List tags now assign/unassign parent on insertion/deletion
bcd41b3View on GitHubRemoved SerializableAttribute and ISerializable interface from tags. Improved JSON output.
11f3c4dView on GitHubRenamed EndianExtensions to NumberExtensions, included SNBT-related methods.
5d974eeView on GitHub