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!
- English, French, German, Japanese, Portuguese, Russian, Spanish
- more music discs
- villager trades & profession
- Lucas King (Composer)
- Kevin MacLeod (Composer)
- Architectury API (v13.0.1 and above)
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:
repositories {
maven { url "https://cursemaven.com" }
}
dependencies {
modImplementation "curse.maven:advanced-music-mod-539777:${advanced_music_mod_file}"
}
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:
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.