Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last month
Updated 6 days ago
All versions
1.2.0
Release
Always Play 1.2.06 days ago 45
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Release Notes - Always Play
✨ New Features & Improvements:
- 📑 Track Selection Menu (
M):- Browse all vanilla tracks & music discs in one place
- Dedicated tab for user-added custom music
- Quick Play
▶button next to every track - Instant search bar across your entire music library
- 🎶 Playlist Manager & Drag & Drop:
- Add tracks to playlists or create new ones using the
+icon - Batch selection to add multiple tracks at once
- Reorder tracks inside playlists effortlessly via Drag & Drop
- Add tracks to playlists or create new ones using the
- ⌨️ New Controls & Hotkeys:
- Pause / Resume: Quickly pause or resume playback (
Numpad 0) - Repeat Single Track: Loop your current favorite song continuously (
Numpad ./Del) - Dedicated Always Play category in Minecraft Controls settings
- Pause / Resume: Quickly pause or resume playback (
- 🔊 Audio Improvements:
- Automatic volume normalization for consistent sound levels
- Smooth crossfading between tracks (toggleable with customizable duration)
🛠 Technical Changes
⚙️ Major refactoring under the hood for better performance, stability, and cleaner audio handling. Check the full commit history on GitHub.
Optional dependencies
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:mdwsolmY:AUXZs0zg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mdwsolmY:AUXZs0zg"
}


