Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated last year
All versions
7.0.4
Alpha
Music Triggerslast year 412.3K
Compatibility
Minecraft: Java Edition
1.21.1
1.20.6
1.20.4
1.20.1
1.19.4
1.19.2
1.18.2
1.16.5
1.12.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Changes
- Reimplemented the command trigger as a server trigger <usage: /musictriggers trigger identifier or /mt trigger identifier>
- Updated the youtube source & reordered its clients so that it breaks less often
- Temporarily disabled the mob trigger cache to fix persistance issues
- Removed the unused health_reversal parameter from the mob trigger
- The min_health parameter for the mob trigger is now exclusive rather than inclusive
- Reimplemented the MOB case of the mob trigger ('resource_name = [ "MOB" ]' will check for any hostile mob)
- Fixed trigger names still being case-sensitive in some places
- Fixed trigger combinations not working with synced triggers
- Fixed empty trigger combinations being able to get registered
- Fixed reverse fading not working (when a fading out trigger is reactivated)
- Fixed an issue with the music ticker injection that would sometimes cause vanilla music blocking to fail
- Fixed server channels sometimes not being initialized for joining players
- Fixed the default value for the passive_persistence parameter being '0' (which gets parsed as 'false') instead of 'true'
- Fixed the defaults for the biome_rainfall & biome_temperature parameters being set to the wrong minimum values
- Fixed an uncommon crash when teleporting or moving too quickly
- Fixed vanilla music not being blocked in 1.12.2 when Space Ambient is loaded
- Fixed incorrect remapping of the dimension trigger in 1.12.2
- Fixed some issues with the GUI:
- Empty trigger lists will no longer be filtered out when writing to the config (leading to songs, toggles, & other elements seeming to disappear for no reason)
- Fixed a crash when applying changes after adding a new song
- Fixed trigger removals from songs not being written to the config
- Fixed removing elements from a parameter list not playing the button click sound
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:RXDYkg6Z:stXJIX0z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RXDYkg6Z:stXJIX0z"
}


