Mojira Archive
MCPE-146266

New nether music may not play (directory issue)

The latest 1.18.0.22 beta introduces new music related to the Caves & Cliffs update. However, alongside those additions, there are changes that may make Lena Raine's Nether music not playing at all.

Based on the sound_definitions.json file, the directory to the nether music is incorrect. The So Below, Rubedo, and Chrysopoeia tracks are available in the music pack/folder, however, the directory to that music are incorrect, as the following:

 "sounds" : [
            {
               "load_on_low_memory" : true,
               "name" : "sounds/music/game/nether/nether_wastes/rubedo",
               "stream" : true,
               "volume" : 0.50,
               "weight" : 6
            }
"sounds" : [
            {
               "load_on_low_memory" : true,
               "name" : "sounds/music/game/nether/soulsand_valley/so_below",
               "stream" : true,
               "volume" : 0.50,
               "weight" : 7
            }
"sounds" : [
            {
               "load_on_low_memory" : true,
               "name" : "sounds/music/game/nether/crimson_forest/chrysopoeia",
               "stream" : true,
               "volume" : 0.50,
               "weight" : 7
            }

The music pack doesn't have nether_wastes, soulsand_valley, and crimson_forest folder, which makes the music unplayable since the definitions assume those folders exist.

Fixed

[Helper] lillybeacon

2021-10-26, 12:17 PM

2021-11-04, 07:52 PM

2021-11-04, 07:52 PM

4

2

Confirmed

650385

1.18.0.24 Beta, 1.18.0.22 Beta

1.18.0.25 Beta