valence/crates/valence_registry/Cargo.toml
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

13 lines
288 B
TOML

[package]
name = "valence_registry"
version.workspace = true
edition.workspace = true
[dependencies]
tracing.workspace = true
valence_core.workspace = true
valence_nbt.workspace = true
bevy_ecs.workspace = true
bevy_app.workspace = true
serde.workspace = true
serde_json.workspace = true