All versions
1.2.0+mod
Release
v1.2.0last year 2,764
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.2–1.20.6
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
[1.2.0] - 2025
Added
- New tiered ability system with three tiers:
- Basic (Common)
- Advanced (Uncommon)
- Elite (Rare)
- New elite abilities:
- Thunder Strike: Mobs can call lightning when damaged
- Explosive Death: Mobs explode when killed
- Life Steal: Mobs heal when damaging players
- Shield: Temporary invulnerability
- Visual feedback system:
- Color-coded particles for ability tiers
- Yellow: Basic abilities
- Blue: Advanced abilities
- Red: Elite abilities
- Sound effects for ability activation
- Color-coded particles for ability tiers
- Cooldown system for abilities
- Difficulty scaling system
- New scoreboard objectives for tracking:
- Ability cooldowns
- Difficulty levels
- Special states
Changed
- Updated pack format to 26 (Latest)
- Improved ability randomization with weighted chances
- Enhanced visual effects for all abilities
- Improved load function with better initialization
- Updated description with new features and configuration options
Technical
- Added new function structure:
/abilities/basic.mcfunction/abilities/advanced.mcfunction/abilities/elite.mcfunction
- Improved scoreboard management
- Better organization of ability functions
- Added predicate support for ability triggers
Version Compatibility
- Requires Minecraft 1.20.2 or newer
- Pack Format: 26
- Not compatible with versions below 1.20.2 due to new features and commands
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:OV3oMzrq:ARouG9Zv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OV3oMzrq:ARouG9Zv"
}

