mojira.dev
MC-19112

Extinguishing fire plays fizz.ogg twice

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 a pack.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 a sounds.json file with the following content:

    {
      "block.fire.extinguish": {
        "replace": true,
        "sounds": [
          "random/wood_click",
          "mob/chicken/plop",
          "random/orb",
          "random/fizz"
        ]
      }
    }

Linked issues

Comments 17

Confirmed for creative.

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.

Yes, this is still an issue in 1.6.1.

Tested in 14w29b, appears to still be an issue.

Seems fixed in 1.8-pre2.

7 more comments

Fixed since at least 1.11.2.
Nvm, it just got a lot more subtle.

This does not appear to be fixed in either latest stable (1.11.2) or latest snapshot (1.12 pre-3).

Confirmed for 1.12-pre5

Confirmed for 1.12.1

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.

GFD

(Unassigned)

Confirmed

Sound

sound

Minecraft 1.6, Minecraft 1.6.1, Minecraft 1.6.2, Minecraft 13w36a, Minecraft 13w36b, ..., Minecraft 1.14.2, Minecraft 1.14.3 Pre-Release 1, 1.14.4, 1.15 Pre-release 3, 1.15.2

Minecraft 1.8-pre2

Retrieved