mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
09fbd9b7e7
## Description Updates valence to Minecraft 1.20.1, which is protocol compatible with 1.20. closes #357 --------- Co-authored-by: Ryan Johnson <ryanj00a@gmail.com> Co-authored-by: AviiNL <me@avii.nl> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.