Skip to content

Commit

Permalink
Add Minecraft NBT to community formats (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth authored May 11, 2021
1 parent fc9343f commit cd12b42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ This library allows serialization and deserialization of objects to and from [Av

Allows serialization and deserialization of objects to and from [BSON](https://docs.mongodb.com/manual/reference/bson-types/).

### Minecraft NBT (Multiplatform)

* GitHub repo: [BenWoodworth/knbt](https://github.com/BenWoodworth/knbt)
* Artifact ID: `net.benwoodworth.knbt:knbt`
* Platform: all supported platforms

Implements the [NBT format](https://minecraft.fandom.com/wiki/NBT_format) for kotlinx.serialization, and
provides a type-safe DSL for constructing NBT tags.

### MsgPack (Multiplatform)

* GitHub repo: [esensar/kotlinx-serialization-msgpack](https://github.com/esensar/kotlinx-serialization-msgpack)
Expand Down

0 comments on commit cd12b42

Please sign in to comment.