mojira.dev
MC-137136

Lily Pads use incorrect sound

The bug

Lily pads makes the regular grass sound, however, they should use the wet_grass sound because they are wet plants. 

Comments 11

This may be a duplicate of MC-132811 since apparently wet sounds are only for corals and sea grass (with no evidence). The developers did say that multiple issues shouldn't be compacted into one report so these issues should stay related.

Confirmed for 1.13.2-pre1.

Confirmed for 1.13.2-pre2.

Still affects 18w50 and prior

@unknown, updated the affected version list, but next time you can do this yourself as you are the reporter of the ticket. Thank you.

1 more comments

More of a feature request than a bug

 

Can confirm in 20w51a.

Can confirm in 1.17.1.

Can confirm in 21w37a.

Can confirm in 1.19.2. Here's a code analysis of this issue.

Code Analysis:

The following is based on a decompiled version of Minecraft 1.19.2 using MCP-Reborn.

net.minecraft.world.level.block.SoundType.java

public class SoundType {
   ...
   public static final SoundType LILY_PAD = new SoundType(1.0F, 1.0F, SoundEvents.GRASS_BREAK, SoundEvents.GRASS_STEP, SoundEvents.LILY_PAD_PLACE, SoundEvents.GRASS_HIT, SoundEvents.GRASS_FALL);
   ...

If we look at the above class, we can see that every sound other than the lily pad's placing sound uses GRASS sound events instead of WET_GRASS sound events.

Shining Vex

Fantastime

Confirmed

Sound

incorrect-block-sound

Minecraft 1.13.1, Minecraft 1.13.2-pre1, Minecraft 1.13.2-pre2, Minecraft 1.13.2, Minecraft 18w45a, , 1.16 Pre-release 5, 20w51a, 1.17.1, 21w37a, 1.19.2

22w44a

Retrieved