Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 5 months ago
All versions
1.0.0
Release
[BTW Addon] Music Player 1.0.05 months ago 172
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client-side
Required content
Changes
- Update to BTW CE 3.0.0 full release
- Dynamic "Now Playing" Notifications: A stylish pop-up now slides in from the right whenever a new song starts. It displays both the Song Title and the Music Pack Name.
- Custom Song Titles: Added support for an optional "title" field in songs.json. If you don't provide a title, the mod will gracefully fallback to the filename.
- Full Control: Added a new toggle in the configuration menu (the gear icon) to enable or disable notifications based on your preference.
- Under the Hood: Smooth slide-in/out animations, dynamic width adjustment for long titles, and full backwards compatibility with older music packs.
- New condition: "is_low_health": true inside your songs.json. You can now define sounds (like a heartbeat loop) that play simultaneously with your background or combat music when you drop to 5 hearts or less. It adds immersion without interrupting the main soundtrack!
- Smart Playlist Logic: The system now works like a deck of cards. Tracks are shuffled globally at launch, and the mod remembers exactly what has already been played during your session.
- Jukebox Fix: Inserting a music disc now correctly pauses the mod's music. Your background tracks will automatically resume once the Jukebox stops playing.
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:GwwNc370:HbsEqtUp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GwwNc370:HbsEqtUp"
}![[BTW Addon] Music Player](https://cdn.modrinth.com/data/GwwNc370/9df9fedf26beafb7052d24778e96a9afe578fea9.png)


