Previously, it was possible to add a “warped_forest” entry to the music_definitions.json file to add music to the warped forest. The addition of the biome_music component in the warped_forest client biome file in 1.21.110.24 has broken this feature, since it sets the music definition to ““ (nothing) instead of “warped_forest”.
To Reproduce
Launch Minecraft 1.21.70 or earlier.
Versions 1.21.80-1.21.100 are affected by MCPE-219051. Biome-specific music does not function properly in these versions, so they will not be able to reproduce the bug
Import and apply the attached sample resource pack, warped_forest_cat_music_disc.mcpack
This resource pack causes the Cat music disc to play constantly in warped forests.
Enter a world in Creative mode with Cheats enabled.
Go to the Nether.
Enter a warped forest.
Set Music slider to 100 in Settings → Audio
Run the following command:
/music stop
Wait a few seconds. Cat should start playing.
Observe that this shows resource packs can add music to warped forests by editing music_definitions.json in 1.21.100.
Close the game.
Launch Minecraft Preview 1.21.110.24 or later.
Repeat steps 2-7.
Notice that no music plays.
Observe that resource packs can no longer add music to warped forests by editing music_definitions.json in 1.21.110.24.
Expected Result
Resource packs that added music to warped forests continue to work in 1.21.110.24 and later.
Observed Result
Resource packs that added music to warped forests stop working in 1.21.110.24.
To Fix
Replace the “minecraft:biome_music” component in warped_forest.client_biome.json with this:
"minecraft:biome_music": {
"music_definition": "warped_forest"
}
Attachments
Comments 0
No comments.