BenWoodworth / knbt

Kotlin NBT library for kotlinx.serialization
GNU Lesser General Public License v3.0
72 stars 2 forks source link

Separate NBT format into Nbt/StringifiedNbt #7

Closed BenWoodworth closed 2 years ago

BenWoodworth commented 3 years ago

Currently Nbt implements BinaryFormat and StringFormat, but it might make more sense for them to be separate