valence/crates/valence_registry
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 tag registry (#350) 2023-06-01 23:21:25 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

valence_registry

Manages Minecraft's networked registries in a generic way. This includes the registry codec sent to clients during the initial join.

Consumers of registry such as biome and dimension are expected to update themselves in the registries defined here. Minecraft's default registry codec is loaded by default.

End users are not expected to use this module directly.