valence/crates/valence_client
Carson McManus 975014e76b
tag registry (#350)
- 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
2023-06-01 23:21:25 -07:00
..
src tag registry (#350) 2023-06-01 23:21:25 -07:00
Cargo.toml Move packets out of valence_core. (#335) 2023-05-29 01:36:11 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

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.