Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-93948

"music" category in sound_definitions is ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.17.20.20 Beta
    • 1.16.200.55 Beta, 1.16.200.53 Beta, 1.16.10, 1.16.40 Hotfix
    • None
    • Confirmed
    • Windows
    • 431928

      The bug

      When a sound is defined with a category of music in the sound definitions file, this has no effect. The music slider in sound settings does not affect the volume of the music.

      How to reproduce

      1. Download the attached world
      2. Press the button on the command block
      3. Change your music slider setting as the Ode to Joy plays
      Volume is unaffected

      Sound definitions file in the bundled resource pack is duplicated here for convenience:

      {
         "music.test_music": {
            "category": "music",
            "sounds": [
               {
                  "name": "sounds/music",
                  "stream": true,
                  "volume": 2
               }
            ]
         }
      }
      

            tryashtar [Mod] tryashtar
            Votes:
            7 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: