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

minimumVolume doesn't affect sound volume

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.13.0.2 Beta
    • 1.12.0.11 Beta, 1.12.0.2 Beta, 1.11.0.10 Beta, 1.10.0
    • None
    • Unconfirmed
    • Windows

      The bug

      The minimumVolume argument of /playsound is intended to provide a lower bound on the fade-out of sounds with distance, but instead it has no impact on the volume.

      How to reproduce

      1. Run this command:
        /playsound random.fizz @a 10000 0 10000 1 1
        
      1. Since it's being played at distant coordinates, you can't hear it. This is intended.
      2. Run this command:
        /playsound random.fizz @a 10000 0 10000 1 1 1
        
      1. Notice the single change is the inclusion of the minimumVolume argument. It's set to 1, so the sound should be fully audible despite the sound being distant.
         It still can't be heard.
      2. If desired, change the 10000 0 10000 to ~ ~ ~ to observe that the sound itself works perfectly fine, the problem is with minimumVolume doing nothing.

            tryashtar [Mod] tryashtar
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: