knbt v0.9.0
Changes
- Added a
StringifiedNbt
format, and moved all SNBT-related APIs inNbt
to it - Added an
NbtFormat
interface thatNbt
andStringifiedNbt
both implement - Require
Nbt
to be configured, withvariant
andcompression
no longer being optional- Removed
Nbt
's companion object with default configuration
- Removed