mojira.dev
MC-278969

Wall hit sound is no longer played to the client when flying into a wall with an elytra

In some version between 1.21.1 and 1.21.2, the wall hit sound normally played for flying into a wall with an elytra stopped playing for the client. As a result, hitting a wall with an elytra is silent minus any sounds caused by the player taking damage.

The code responsible for playing this sound is still present in the LivingEntity#checkGlidingCollision method (Yarn mappings), but is only called on the server, meaning that the client does not play the sound by its own volition. In theory, other players would still be able to hear the sounds.

Steps to reproduce

1. Obtain an elytra and the resistance effect.
2. Create a large wall to fly into.
3. Use firework rockets to fly into this wall.
4. Observe that other than damage sounds, the wall hit is silent.

Linked issues

Comments 2

(I see I'm not the only one affected by the "can't type some letters when on pc on mojira" problem. Really weird issue.)

Potentially related to MC-244724 and possibly MC-278552 as well? @Dhranios, for your issue, see WEB-7611.

haykam

(Unassigned)

Confirmed

Platform

Normal

Sound

1.21.4, 25w02a

Retrieved