1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-02-03 17:16:34 +11:00
Commit graph

4 commits

Author SHA1 Message Date
CaveNightingale
ca269cd03e
Add a simple SNBT parser ()
To implement the hoverEvent show_item, we need an SNBT parser and a SNBT
serializer.
An SNBT parser is implemented in this commit.
2023-02-03 03:16:27 -08:00
Guac
ad89e4457c
Implement clientbound packets ()
Co-authored-by: Ryan Johnson <ryanj00a@gmail.com>
2023-01-19 22:00:35 -08:00
Ryan Johnson
c9aeda7dbd
Support NBT lists of type TAG_End ()
In NBT, lists are allowed to have the element type TAG_End iff their
length is zero. This adds an explicit `List::End` enum variant to
valence_nbt.
2022-12-29 18:10:29 -08:00
Ryan Johnson
2597e92b8f
Reorganize Packages ()
Moves all the packages to the `crates/` directory.
2022-12-29 16:51:05 -08:00