mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
975014e76b
- add Tags extractor - add tags.json to extracted - send `SynchronizeTagsS2c` packet on join - fix encode ## Description Adds a `TagsRegistry` resource that contains all the information needed to build and send `SynchronizeTagsS2c` on join. closes #349 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
valence_client
Manages core components and systems related to Minecraft clients.
A client is a Minecraft player entity backed by an abstract network connection and other necessary components. See [Client
] for more information.