Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-19112

Extinguishing fire plays fizz.ogg twice

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • Minecraft 1.8-pre2
    • Minecraft 1.6, Minecraft 1.6.1, Minecraft 1.6.2, Minecraft 13w36a, Minecraft 13w36b, Minecraft 1.7.2, Minecraft 13w48b, Minecraft 1.7.4, Minecraft 14w08a, Minecraft 14w29b, Minecraft 1.8.1, Minecraft 1.8.2-pre1, Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 1.9, Minecraft 1.10, Minecraft 1.10.2, Minecraft 16w44a, Minecraft 1.11.2, Minecraft 1.12 Pre-Release 3, Minecraft 1.12 Pre-Release 5, Minecraft 1.12, Minecraft 1.12.1 Pre-Release 1, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 18w21a, Minecraft 1.13-pre6, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w50a, Minecraft 1.14 Pre-Release 5, Minecraft 1.14, Minecraft 1.14.2, Minecraft 1.14.3 Pre-Release 1, 1.14.4, 1.15 Pre-release 3, 1.15.2
    • Confirmed
    • Creative
    • Sound

      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"
            ]
          }
        }
        

            Unassigned Unassigned
            gfd GFD
            Votes:
            12 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: