We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
entity.generic.burn
item.firecharge.use
entity.arrow.hit_player
(All operations are done on the Bedrock client)
/playsound item.firecharge.use player @s ~ ~1 ~
/playsound entity.generic.burn player @s ~ ~1 ~
/playsound entity.arrow.hit_player player @s ~ ~1 ~
I think Geyser is wrong with the sound mapping of the Bedrock, which should be correctable.
Sounds in Java:
Sounds in Bedrock:
CraftBukkit version 4402-Spigot-33ece3e-665900b (MC: 1.21.4) (Implementing API version 1.21.4-R0.1-SNAPSHOT) Plugins (1): Geyser-Spigot
https://dump.geysermc.org/u90My6zCT1spAyvTec7lFr9gjjRvnwfw
2.6.0-b730 (git-master-ba5b422)
1.21.50, Windows & Android
This is a long-standing problem, not a recent one.
The text was updated successfully, but these errors were encountered:
seems like a mappings issue: https://github.com/GeyserMC/mappings
Sorry, something went wrong.
Should be resolved in the latest version of Geyser, it bumps the mappings. Thanks once more for the PRs!
No branches or pull requests
Describe the bug
entity.generic.burn
(droping an item into lava) will make the incorrect sound of player being hurtitem.firecharge.use
(using a fire charge) will make the incorrect sound of using flint and steelentity.arrow.hit_player
will make the incorrect sound of arrow hitted (it should make the sound of experience pickup).To Reproduce
(All operations are done on the Bedrock client)
/playsound item.firecharge.use player @s ~ ~1 ~
/playsound entity.generic.burn player @s ~ ~1 ~
/playsound entity.arrow.hit_player player @s ~ ~1 ~
Expected behaviour
I think Geyser is wrong with the sound mapping of the Bedrock, which should be correctable.
Screenshots / Videos
Sounds in Java:
_2024_12_12_18_00_48_769.mp4
Sounds in Bedrock:
_2024_12_11_13_41_07_692.mp4
Server Version and Plugins
CraftBukkit version 4402-Spigot-33ece3e-665900b (MC: 1.21.4) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
Plugins (1): Geyser-Spigot
Geyser Dump
https://dump.geysermc.org/u90My6zCT1spAyvTec7lFr9gjjRvnwfw
Geyser Version
2.6.0-b730 (git-master-ba5b422)
Minecraft: Bedrock Edition Device/Version
1.21.50, Windows & Android
Additional Context
This is a long-standing problem, not a recent one.
The text was updated successfully, but these errors were encountered: