The bug
Extinguishing fire by punching it while in creative mode plays fizz.ogg
twice instead of once.
How to reproduce
Punch fire in creative mode. This may be easier to notice by creating a resource pack and replacing the extinguish sound (block.fire.extinguish
) with a very short sound (such as random/wood_click
):
Create a folder in
.minecraft/resourcepacks
with any name (e.g. FireTest)In
.minecraft/resourcepacks/FireTest
, create apack.mcmeta
file with the following content (replace "3" with "4" for 1.13 snapshots):{ "pack":{ "pack_format":3, "description":"Test extinguishing fire sound bug (MC-19112)" } }
In
.minecraft/resourcepacks/FireTest/assets/minecraft
, create asounds.json
file with the following content:{ "block.fire.extinguish": { "replace": true, "sounds": [ "random/wood_click", "mob/chicken/plop", "random/orb", "random/fizz" ] } }
Linked issues
is duplicated by 2
Comments 17
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.
No longer able to reproduce since at least 20w21a. Using a test resource pack that gives 4 distinct sounds to block.fire.extinguish
, I can hear multiple sounds playing over each other in 1.15.2, but not anymore in recent snapshots/pre-releases. If anyone else is still able to reproduce this, please leave a comment here.
Confirmed for creative.