Skip to content

Commit a8af161

Browse files
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 8f82c6b + cd12b42 commit a8af161

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

formats/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ This library allows serialization and deserialization of objects to and from [Av
5858

5959
Allows 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)

0 commit comments

Comments
 (0)