The Advanced Music Mod was created by moritz_htk. It contains 14 new music discs with music by Lucas King and Kevin MacLeod.
Each of the newly added music is copyright free. You can find each disc in familiar overworld structures like villages, temples, and more.
Version | Latest Version | Mod Loader | Support |
---|---|---|---|
1.20.x | 2.0.2+1.20.6 | Fabric, NeoForge | Active |
1.21.x | 2.0.2+1.21 | Fabric, NeoForge | Active |
Click here to get to the release list!
Advanced Music Mod is available via Curse Maven for developers wishing to make use of my mod.
Update your build.gradle
file to include the following:
build.gradle
repositories {
maven { url "https://cursemaven.com" }
}
dependencies {
modImplementation "curse.maven:advanced-music-mod-539777:${advanced_music_mod_file}"
}
build.gradle
repositories {
maven { url "https://cursemaven.com" }
}
dependencies {
implementation fg.deobf("curse.maven:advanced-music-mod-539777:${advanced_music_mod_file}")
}
Add the following to your gradle.properties
file:
gradle.properties
advanced_music_mod_file=4997539
To get the File ID, go to the download page of my mod, click on the file you want to use and the file ID will be in the URL.