Tags
Creators
Details
0.0.5
Compatibility
Required content
Changes
Additions
- Added 32 new music discs
- Bromeliad
- Clark
- Comforting Memories
- Crescent Dunes
- Danny
- Deeper
- Dry Hands
- Echo in the Wind
- Eld Unknown
- Endless
- Featherfall
- Floating Dream
- Haggstrom
- Infinite Amethyst
- Key
- Komorebi
- Left to Bloom
- Living Mice
- Mice on Venus
- Minecraft
- One More Day
- Oxygène
- Pokopoko
- Puzzlebox
- Stand Tall
- Subwoofer Lullaby
- Sweden
- Watcher
- Wending
- Wet Hands
- Yakusoku
Changes
- Reshuffled some of the discs in the creative menu to be more alphabetical
None of the new discs have their own textures yet, but they should all function. This release wasn't supposed to take this long, but I had a break over the weekend which delayed it significantly. This is all the music in the sounds\music\game folder (excluding subfolders) which is the vast majority of the music in general. 0.0.6 will ideally add in the rest and hopefully also include textures for them all. From there, it's just about adjusting some loot pools to add music discs to vanilla structures
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:kOY7vQ9i:nnqdj73L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kOY7vQ9i:nnqdj73L"
}

