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
58
58
59
59
Allows serialization and deserialization of objects to and from [ BSON] ( https://docs.mongodb.com/manual/reference/bson-types/ ) .
60
60
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
+
61
70
### MsgPack (Multiplatform)
62
71
63
72
* 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