mojira.dev
MC-117609

Silverfish and endermites don't make footstep sounds or subtitles

The bug

When silverfish (or endermites) move around, they don't make any footstep sounds or subtitles. There are sound events for footsteps (entity.silverfish.step, entity.endermite.step), but the game doesn't use them, nor does it use the default footstep sounds.

All other mobs (including blazes and withers on the ground) make footstep sounds, so this seems inconsistent.

Code analysis

Based on 1.11.2 decompiled using MCP 9.35 rc1

Silverfish and endermites override the method net.minecraft.entity.Entity.canTriggerWalking() to return false. This causes them to not make walking / swimming sounds and does not slow them down on slime blocks or causes magma block damage (see also MC-102267).

Additional updated code analysis can be found in this comment.

Linked issues

Attachments

Comments 33

When I have played in 1.13.1 I did hear them make sounds. So this may be a problem solely on your device.

Can confirm for 20w26a, it's not just OP. They don't use the sounds in my game, and the wiki mentions that these sounds are unused in Java, but are used in Bedrock.

It would break some resource packs if fixed

Can confirm in 21w03a. Relates to MC-210282.

23 more comments

Can confirm in 23w03a

Can confirm for 23w04a

In 1.19.4 and 23w14a

Sonicwave

(Unassigned)

Confirmed

Gameplay

Low

Sound

endermite, footstep, silverfish, unused-sound-event

Minecraft 1.11.2, Minecraft 1.12 Pre-Release 3, Minecraft 1.12 Pre-Release 4, Minecraft 1.12 Pre-Release 5, Minecraft 1.12, ..., 1.19.4, 23w14a, 1.20.1, 1.21.3, 24w45a

Retrieved