1.0.0
Compatibility
Required content
Changes
Music Features:
-
Global Search: Search for any music from various sources (SoundCloud, etc.) in real-time.
-
Playlist Management: Create your own collections or import existing playlists directly from YouTube and SoundCloud.
-
Trends & Recommendations: A dedicated tab for trending music and a smart recommendation system based on the current track or selected genres.
UI & Controls:
-
Intuitive UI: Context menus (Right-click), playback queue management, shuffle, and repeat toggles.
-
Full Control: Pause, skip, and smooth volume adjustment with zero impact on FPS.
-
Quick Access: Add tracks to "Favorites" or the play queue with a single click.
-
Hotkeys: Control the player using customizable keybindings without opening the GUI.
-
Notification System: In-game toasts showing the track title and artist when a new song starts.
Technical Details:
-
Personalization: Deep configuration options to tailor the experience.
-
Optimization: Powered by the LavaPlayer engine for stable, lag-free audio performance.
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:qegjaz4g:ZPRwh6fR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qegjaz4g:ZPRwh6fR"
}

