Closed BenWoodworth closed 3 years ago
NBT can either be uncompressed, or compressed with gzip/zlib
Decoding NBT should automatically work.
Encoding NBT can use a compression method configured with the NbtConfiguration.
NbtConfiguration
NBT can either be uncompressed, or compressed with gzip/zlib
Decoding NBT should automatically work.
Encoding NBT can use a compression method configured with the
NbtConfiguration
.Kotlin/JVM
Kotlin/JS (pako, zlib ported to JavaScript)
Kotlin/Native (platform.zlib)