Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated last year
All versions
7.0.2
Alpha
Music Triggerslast year 318
Uploaded by
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
Unavailable version
Changes
- The Impossible Library 0.4.2+ is now required
- Trigger names are no longer case sensitive. This applies to both the table name and referenced triggers. Lowercase names are still used internally and will be written by the GUI
- To avoid potential confusion, identifiers will now filter out the trigger name followed by "-". This means "name-" (where name is the name of the trigger) is now automatically removed from identifiers
- Dedicated servers now generate the global config files when starting up
- The mob_targeting paremeter of the mob trigger is now automatically passed for non hostile mobs
- Reimplemented the gui trigger where the ID is the name of the current screen class and the display name is simple name of the current screen class. Both are passed in as null if there is no current screen
- Fixed some issues with triggers that use display_name & resource_name parameters
- Reworked how null resource IDs & display names are handled:
- If both the ID & display name are null, check both
- If both the ID & display name are not null, check both
- If either the ID or the the display name is null while the other is not, check whichever is not null
- A null ID or display name is now allowed to match empty entries (such as resource_name = [ "" ] ) for all matching strategies
- Added elements to the Help screen
- alpha_warning
- channel_interaction
- channels
- identifiers
- removing_triggers
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:7X0l1QrP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RXDYkg6Z:7X0l1QrP"
}

