mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-11 07:11:30 +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.
|
//! Packet definitions and related types.
|
||||||
//!
|
//!
|
||||||
//! See <https://wiki.vg/Protocol> for more packet documentation.
|
//! 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]
|
#![macro_use]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue