-
Bug
-
Resolution: Fixed
-
1.18.0.24 Beta, 1.18.0.22 Beta
-
None
-
Confirmed
-
Multiple
-
650385
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.