mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-10 23:01:31 +11:00
Make note about packet names matching packets.json
.
This commit is contained in:
parent
ca4f47c768
commit
c15a9361f2
|
@ -1,6 +1,9 @@
|
|||
//! Packet definitions and related types.
|
||||
//!
|
||||
//! See <https://wiki.vg/Protocol> for more packet documentation.
|
||||
//!
|
||||
//! **NOTE**: The names of packets should match the names in `packets.json`
|
||||
//! where reasonable.
|
||||
|
||||
#![macro_use]
|
||||
|
||||
|
|
Loading…
Reference in a new issue