Start the Music!

Start the Music!

38.4k Downloads

Sounds.json compatibility

googlescientificnameforapig opened this issue ยท 4 comments

commented

On the 1.19 version, I have a texture pack that has a sounds.json file. The texture pack sounds from the music.game ID does not play or at least I have not heard it play after so many attempts of spamming the start and stop button. this only happens in survival mode. Occasionally I manage to get a sounds.json file sound, but thats just very rare. Idk if its this mod's problem or minecraft's problem. It might be minecraft but it also might be this mod. I did not have this problem in 1.18

commented

A resourcepack can add music to the music.game event with a certain weight, which defaults to 1. There are already 16 entries in the vanilla list, so an additional music track would only be played once every 17 times on average. To test that the system is working properly, you could add a weight of some large number like 10000 to a known sound so it should almost always play.

This mod doesn't alter any of the music choices, it simply instructs the game that it is due to play another music track when the key is pressed.

commented

But somehow, my texture pack music plays way more often when I'm in creative mode and, I have about 31 soundtracks in my texture pack.

commented

In creative mode, the music.creative event is used which includes the music.game event, along with some creative-only tracks.

You can also try using the replace option to eliminate vanilla sounds.

The wiki has more info here.

Otherwise, I don't know how to help. The mod basically just does this:


so it shouldn't change anything relating to sounds.json.

commented

Thx increasing the weight fixed the problem