Apply item-specific spatial range to use sounds

This commit is contained in:
Jage9
2026-02-27 01:10:32 -05:00
parent 4ed52649f1
commit 47a7aa0a83
7 changed files with 15 additions and 6 deletions

View File

@@ -292,6 +292,7 @@ class ItemUseSoundPacket(BasePacket):
sound: str
x: int
y: int
range: int | None = None
class ItemClockAnnouncePacket(BasePacket):