Tags
Creators
Details
All versions
1.5.2
Release
Actions 1.5.23 months ago 287
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Added:
- Chinese language support (Translation by nishuo520)
scheduler endall <actionId>command which ends all actions with the given id (Suggested by nishuo520)time_weekdayglobal variable (Suggested by nishuo520)
Fixed:
- Printing of some texts after restarting not working (Reported by krxl)
- various crashes with modified lists (Suggested by nishuo520)
- Actions getting into a weird state when running for a very long time (Reported by nishuo520)
- Color no longer matters in chat triggers (Suggested by nishuo520)
This version also contains changes from 1.5.1 which are now available for the first time in 1.21.9-1.21.11. These are:
- Added the id of the trigger that called the action as first call arg (%cvar.0) (Suggested by KireBot)
- Added amount_ variants for the player_main_hand, player_off_hand, player_helmet, player_chestplate, player_leggings and player_boots global variables (Suggested by KireBot and krxl)
- The old variables still exist but no longer contain the amount, to make them usable in comparisons (Reported by KireBot and krxl)
- Added player_region, player_last_damage_source, player_inventory_count global variables (Suggested by KireBot)
Full Changelog: here
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:b1LF4SGa:YwRyMUHy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b1LF4SGa:YwRyMUHy"
}

