File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,15 @@ This library allows serialization and deserialization of objects to and from [Av
5858
5959Allows serialization and deserialization of objects to and from [ BSON] ( https://docs.mongodb.com/manual/reference/bson-types/ ) .
6060
61+ ### Minecraft NBT (Multiplatform)
62+
63+ * GitHub repo: [ BenWoodworth/knbt] ( https://github.com/BenWoodworth/knbt )
64+ * Artifact ID: ` net.benwoodworth.knbt:knbt `
65+ * Platform: all supported platforms
66+
67+ Implements the [ NBT format] ( https://minecraft.fandom.com/wiki/NBT_format ) for kotlinx.serialization, and
68+ provides a type-safe DSL for constructing NBT tags.
69+
6170### MsgPack (Multiplatform)
6271
6372* GitHub repo: [ esensar/kotlinx-serialization-msgpack] ( https://github.com/esensar/kotlinx-serialization-msgpack )
You can’t perform that action at this time.
0 commit comments