Apply clock announcement spatial range from server

This commit is contained in:
Jage9
2026-02-27 01:12:24 -05:00
parent 47a7aa0a83
commit 3b414b1f89
7 changed files with 12 additions and 8 deletions

View File

@@ -301,6 +301,7 @@ class ItemClockAnnouncePacket(BasePacket):
sounds: list[str]
x: int
y: int
range: int | None = None
class ItemPianoNoteBroadcastPacket(BasePacket):