mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-25 07:11:31 +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
13 lines
288 B
TOML
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 |