
kaqvuMusic
kaqvuMusic is a lightweight and professional MP3 player mod for Minecraft Fabric that lets you listen to your own music directly in-game. It features full playback control, real-time action bar progress, playback history, and independent volume settings.
Tags
Creators
Details
2.5
Compatibility
Required content
Changes
kaqvuMusic
A professional and lightweight MP3 player mod for Minecraft Fabric 1.21.1+.
Manage and enjoy your music library directly in-game with real-time feedback.
🎵 Features
Music Control | Action Bar Progress | History Tracking | Looping
- High-Quality Playback: Smooth MP3 streaming with minimal performance impact.
- Dynamic Action Bar: Displays song name, progress time, and queue position in real-time.
- Customizable Looping: Play songs once, multiple times, or set it to
infinityfor endless loops. - Playback History: Saves your last 3 played songs with timestamps and settings.
- Independent Volume: Adjust mod volume from 0% to 100% without affecting game master volume.
- Easy Management: Simple file system — just drop your MP3s into the config folder.
Developed by kaqvu
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:Tl1ln5OY:BORanpZa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Tl1ln5OY:BORanpZa"
}
