Started by
sam6
on
Topic category: Help with Minecraft modding (Java Edition)
Ok so basically I just wanna have it so the main menu plays my custom songs. Do I have to use a mixin? I don't wanna do this using a resource pack btw.
Edited by sam6 on Wed, 11/05/2025 - 00:01
why don't you want to use a resourcepack?
because its just kinda bloat, and I dont think they are automatically applied when loading up the instance.
if you use your mod's built-in resourcepack it will be applied automatically
ok uhh then how do I achieve my goal
by overriding the files, you can see how other sound overhaul resource packs do it.
you can also find a list of all track names here https://minecraft.wiki/w/Music
Your built in resource pack can be found here
you'd want to make a new folder under assets called minecraft to override
https://modrinth.com/resourcepack/music-resource-pack-template
https://modrinth.com/resourcepack/music-and-melody
ok tysm!
i replaced them but now no music plays
wait nevermind it just took a bit
Mixins are much more bloat to do that rather than resource pack
yeah u right, i thought i'd have to make like my own resource pack i didnt know lol