forked from GeyserMC/Geyser
Add sound handlers for block interaction
These sound handlers had to be added since on Minecraft: Java Edition, these sounds are handled clientside whilst Minecraft: Bedrock Edition expects something from the server. To counter this, we emulate the sounds of that on Minecraft: Java Edition within Geyser and send it to the client. The code may seem a tadredundant, but there is not much of an alternative unfortunately.
This commit is contained in:
parent
4d32f6ab70
commit
ad596cdccb
14 changed files with 542 additions and 8 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4d53e24f92d20e51909ee48ac28ed17f92cb819e
|
||||
Subproject commit e28b127030a81330d9fabef30efda8cbfdf4e5e3
|
Loading…
Add table
Add a link
Reference in a new issue