
[1.20.x] Biome sounds not working when connecting to Paper server
DJHardLogic opened this issue ยท 13 comments
The biome sounds (such as ocean waves, birds chirping, crickets at night, etc.) don't work when I'm on a server, but other sounds like the wind at high altitudes and crows cawing do work. All the sounds work properly on singleplayer worlds.
Modpack, server type, etc. Also do you have ModernFix installed? Also which version of DS?
No - there was a bug in ModernFix that was recently fixed that could have affected scanning of resources. What server are you connecting to? Vanilla, Fabric, etc? Also what modpack? In my environment I can connect to a vanilla server hosted on LAN without problems.
EDIT: If you could, enable the DS Diagnostics Overlay in key binds, and while in game attached to the server activate the overlay. Take a screen shot and post here.
EDIT2: And the obvious question - the AMBIENT sound volume setting in Sound Options is set to?
Can you update Fabric API to the latest for 1.20.4? Should be 0.95.4+1.20.4. Reason is there were fixes for the API firing the tag load event when a client joins. I suspect that is not happening based on the screenshot you provided.
I'm going to have to dig into this. For whatever reason the biome information I have cached during client connect is not matching the reality of the game play. My mod uses biome tags to determine which effects to play for a given biome. This biome tag analysis shows up as "Biome Traits" in the diagnostic overlay (roughly the 8th written line in the screen shot).
(I recall similar issues with Paper servers in the past - not sure as to the why's.)