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

Volume can't be zero (0.0) in the sounds.json

XMLWordPrintable

    • Unconfirmed
    • (Unassigned)

      If a volume of a sound is set 0.0, the whole sounds.json will be regarded invalid, including other valid entries.

      {
        "sound1": {
          "subtitle": "sound1",
          "sounds": [
            {
              "name": "note/bell",
              "pitch": 0.890899
            }
          ]
        },
        "sound2": {
          "subtitle": "subtitles.traindoor.warning",
          "sounds": [
            {
              "name": "note/bell",
              "volume": 0.0
            }
          ]
        }
      }
      

      if the sound2 volume is 0.0, then the sound1 and sound2 are both ignored.

      See also MC-201966

            Unassigned Unassigned
            SolidBlock SolidBlock
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: