Skip to content

.NET 7 and Reimplemented SNBT Parser

Compare
Choose a tag to compare
@ForeverZer0 ForeverZer0 released this 27 Aug 20:48
· 9 commits to master since this release

This version may have breaking changes:

  • Targets .NET 7.0 and C# 12.0 to take advantage of modern language features
  • Nullability annotations
  • Completely new (and faster) SNBT parser that doesn't rely on Regex
  • CompoundTag is now an IDictionary implementation
  • API improvements
  • Bug fixes