All versions
3.0.4+forge-1.20.1
Release
3.0.4+forge-1.20.13 days ago 189
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
3.0.4
A bug-fix update for Albums, Boomboxes, Golden Jukeboxes, Speakers, and Disc Pedestals.
- Fixed Albums and Boomboxes being blocked by large items elsewhere in the inventory, including when their menus resynchronize.
- Fixed contradictory recovery messages for oversized media and preserved the contents when recovering them.
- Fixed Boomboxes dropping an extra body when broken in Creative mode. Survival drops and Creative copies retain their contents and settings.
- Fixed newly connected Speakers starting ahead of their Golden Jukebox or failing to start after a slow initial load.
- Fixed MDM playback staying silent after reloading resource packs, including custom discs in Jukeboxes, Golden Jukeboxes with Speakers, and Boomboxes.
- Fixed carried Boombox playback ending before the track's final audio had finished.
- Fixed Album insertion into Golden Jukeboxes on Forge 1.20.1.
- Fixed disc dye combinations turning pure black or losing distinct neighboring shades.
- Disc Pedestals now accept vanilla and compatible music discs and display their track names, while retaining support for existing custom discs.
- Boomboxes now break faster, with the same speed regardless of tool.
- Added a guard against missing world-outline render state on Fabric 1.21.11.
Use the same Music Disc Maker version on the server and all clients.
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:mqnazM0E:Mw8BjM2f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mqnazM0E:Mw8BjM2f"
}

