mojira.dev
MC-177822

Using playsound command for the new nether music can sometimes play an old nether music

The bug

When using playsound command for the new nether music can sometimes play an old nether music

How to reproduce

  • Just type this command here for example :

/playsound minecraft:music.nether.basalt_deltas music @s
/playsound minecraft:music.nether.basalt_deltas music @s

->❌  Sometimes an old nether music will play

Comments 1

WAI. See sounds.json.

"music.nether.basalt_deltas": {
    "sounds": [
      {
        "name": "music/game/nether/soulsand_valley/so_below",
        "stream": true,
        "weight": 7
      },
      {
        "name": "music/game/nether/nether1",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether2",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether3",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether4",
        "stream": true,
        "weight": 1
      }
    ]
  },
"music.nether.basalt_deltas": {
    "sounds": [
      {
        "name": "music/game/nether/soulsand_valley/so_below",
        "stream": true,
        "weight": 7
      },
      {
        "name": "music/game/nether/nether1",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether2",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether3",
        "stream": true,
        "weight": 1
      },
      {
        "name": "music/game/nether/nether4",
        "stream": true,
        "weight": 1
      }
    ]
  },

The new sound has a higher weight tho. It's not like the 'old' sounds are deprecated.

TheBoy358

(Unassigned)

Confirmed

(Unassigned)

music, playsound

20w15a

Retrieved