Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated last year
All versions
7.0.1
Alpha
Music Triggerslast year 144.6K
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
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Changes
- Added a gui_fuzz debug parameter to disable the line generator in the GUI in case it is annoying and/or not rendering correctly
- Added a min_health parameter to the mob trigger
- Added a min_health_percentage parameter to the lowhp trigger
- Added caching for some frequently checked mob trigger parameters
- Renamed the health parameter for the mob trigger to max_health
- Renamed the health_percentage parameter for the lowhp trigger to max_health_percentage
- Fixed the health (now max_health/min_health), horde_health_percentage, horde_targeting_percentage parameters not being applied for the mob trigger
- Fixed the not parameter being implemented incorrectly
- Fixed an uncommon crash when GUI changes were applied
- Updated the config remapper to account for the parameter name changes:
- (6.3.1) [lowhp] level -> max_health_percentage
- (6.3.1) [mob] health -> max_health
- (7.0.0) [lowhp] health_percentage -> max_health_percentage
- (7.0.0) [mob] health -> max_health
- Updated the wiki:
- Added an Identifiers & Implied Triggers page to the Triggers section
- Added any new parameters that needed to be added
- Updated some parameter descriptions that got changed
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:HutZXu9g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RXDYkg6Z:HutZXu9g"
}


