I fixed a lot of bugs didn't add new features, but fixed some features that wasn't working here are some of the things I did:
------------------------------------------------------------------------------
this is a music controller aimed to make the entire game musics customizable, using custom config menus and screens to control the musics and sound events, there other mods doing the same thing but none of them provide a straight easy to change pass to config a music without dealing with their SoundEvents, while this mod is full controll of the games music system.
it also comes with an Ambient Music Player which adds another music system into the game dynamically without breaking minecraft's music manager, while both can work at the same time without interfering each other, with many option to decide which will take more time than the other.
the player has so many settings, it's almost a full ambient player system, which listens for silence and in game actions related to sounds to play an ambeint.
check image section for the screens.
some information about the WolrdEvents:
they also have priority dimention comes first then player state which is very restrict they never become true unless you are doing them, then ocean then underground, after that is weather rain and thunder, then for the biome and world states, then day time which uses minecraft default timings.
to disable these mixins to remove conflicts, first open the mod's jar file using a zip opener then, inside open musicontroller_k.mixins.json inside you have:
"client": [
"MusicManagerMixin",
"SoundEngineAccessorMixin",
"SoundManagerAccessorMixin",
"SubtitleOverlayMixin",
"ToastInstanceMixin"
]
Accessor never cause any troubles, for the MusicManagerMixin this is important it cant be removed and it will cause crash.
The reason I made this mod is because I needed it and I couldn't really find one to let me do what I can do now with this mod.
I also make other mods for personal uses but they are always fully configurable so anyone can use them for their personal use as well, and I mainly work and play on 1.20.1, minecraft is really hard to work with, because of all the versions and platforms, but in any case anyone needed this mod for another version, I can only do it for money or if it get support here, because here by uploading a mod you never make anything out of it, while they take months to create which is not fun, and creators have a life, they are not machines.