Lily Pad placement noise inconsistent
The bug
Lily pads only make the correct placement sound when right-clicking water. When right-clicking a block adjacent to water, it makes the grass placement sound.
Code analysis
Code analysis by Marcono1234 can be found in this comment.
- Fixed
Kyle Cuthbert
Itay Asayag
- 6
- 4
- Confirmed
1.8 - 17w47b
1.8 1.9.4 16w21b 1.10-pre1 1.10-pre2 1.10 1.10.1 1.10.2 16w32a 16w33a 16w35a 16w36a 16w38a 16w39a 16w39b 16w39c 16w40a 16w41a 16w42a 16w43a 16w44a 1.11-pre1 1.11 16w50a 1.11.1 1.11.2 17w06a 17w13a 17w13b 17w14a 17w15a 17w16a 17w16b 17w17b 17w18a 17w18b 1.12-pre1 1.12-pre2 1.12-pre3 1.12-pre4 1.12-pre5 1.12-pre6 1.12-pre7 1.12 17w31a 1.12.1-pre1 1.12.1 1.12.2-pre1 1.12.2-pre2 1.12.2 17w43b 17w45a 17w45b 17w46a 17w47a 17w47b- 17w50a
Created Issue:
Lily pad make occasion plant noises
When constant placing lily pads holding rtclick, evey about 10 or 15 you can hear plant noise (Like breaking)
Sorry for my english.
When constant placing lily pads holding rtclick, evey about 10 or 15 you can hear plant noise (Like breaking)
Sorry for my english.Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Lilypadmake occasion plant noisesLily Pad placement noise inconsistent
relates to
is duplicated by
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Sound sample: https://youtu.be/QLDJoHnzu9M
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Sound sample: https://youtu.be/QLDJoHnzu9M
Code analysis by Marcono1234 in this comment.
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Sound sample: https://youtu.be/QLDJoHnzu9M
Code analysis by Marcono1234 in this comment.
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Video demonstrating the issue: https://youtu.be/QLDJoHnzu9M
Code analysis by Marcono1234 in this comment.
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
Video demonstrating the issue: https://youtu.be/QLDJoHnzu9M
Code analysis by Marcono1234 in this comment.
The bug
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
How to reproduce
Video demonstrating the issue: https://youtu.be/QLDJoHnzu9M
Code analysis
Code analysis by Marcono1234 in this comment.
The bug
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound.
How to reproduce
Video demonstrating the issue: https://youtu.be/QLDJoHnzu9M
Code analysis
Code analysis by Marcono1234 can be found in this comment.
The bug
Lily pads only make the correct placement sound when right
clicking water. When rightclicking a block adjacent to water, it makes the grass placement sound.How to reproduce
Video demonstrating the issue: https://youtu.be/QLDJoHnzu9M
Code analysis
Code analysis by Marcono1234 can be found in this comment.
The bug
Lily pads only make the correct placement sound when right-clicking water. When right-clicking a block adjacent to water, it makes the grass placement sound.
Code analysis
Code analysis by Marcono1234 can be found in this comment.
relates to

Not able to reproduce. Placed around 200 Lily pads right now with no issue.
This occurs when you place a lily pad against a block rather than against water (so Itay was probably encountering it intermittently as unknowingly clicked the shore's or adjacent lily pad's hitbox rather than the water's)
Please reopen
Still present in 16w21b
Is it useful for me to comment like this for every snapshot (after appropriate testing) or is that obnoxious?
Also perhaps the description and/or title should be updated to be more useful.
I Propose:
Lily Pad placement noise inconsistent
Lily pads only make the correct placement sound when right clicking water. When right clicking a block adjacent to water, it makes the grass placement sound
Kyle Cuthbert: Set you as reporter of this ticket, edit appropriately.
Please link to this comment in the description
The following is based on a decompiled version of Minecraft 1.10 using MCP 9.30.
The reason for this is that right clicking with a lily on the side of a lilypad calls the method net.minecraft.item.ItemBlock.onItemUse(ItemStack, EntityPlayer, World, BlockPos, EnumHand, EnumFacing, float, float, float) which uses the placement sound of the sound type of the block, which is PLANT, whereas right clicking on water counts as using the item and calls net.minecraft.item.ItemLilyPad.onItemRightClick(ItemStack, World, EntityPlayer, EnumHand) which uses the correct placement sound.
This could be fixed by using a sound type for the lilypad which is based on the plant sound type but uses the lilypad's placement sound.
Please do not mark unreleased versions as affected.
You don't have access to them yet.
17w18b HAS been released, and is affected
This bug appears to be fixed (or inconsiquenital) in 17w48a, in that lily pads can no longer be placed against blocks. (You must now be looking at the water's surface.)
This new behaviour persists in 17w49a
As already mentioned by Kyle Cuthbert, this appears to be fixed as of 17w48a.