fix codecs

This commit is contained in:
2026-02-21 21:02:48 +08:00
parent da87c54494
commit b47183ba63
8 changed files with 181 additions and 178 deletions
@@ -11,7 +11,7 @@ type PlayerPosition struct {
ID int32 `mc:"VarInt"`
X, Y, Z float64
VelocityX, VelocityY, VelocityZ float64
YRot, XRot float32
XRot, YRot float32
Flags int32
}