Tags
Creators
Details
All versions
2.4.0-1.21
Release
berserker-class-mod-2.4.0-1.21last year 200.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
2.4.0 - 1.21.1
- Spell Engine 1.5 Update
- increase berserker Better Combat range to 3.0
- removed old unused spells and their related files
- removed the increased incoming damage from the Rage Buff, because the Berserker already takes big risks going low on health
- added outrage status effect, removed all CustomImpacts, fully using Spell Engine API for the Berserker Spells
- Outrage now consumes the Rage Effect at the End of the Casting
- Buffed Movement Speed while casting Rage
- Add TweaksConfig, so special Weapons can also be used without Better End & Nether and the Aether
- Update to Fabric Loom 1.9
Optional dependencies
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:8hqOZzxM:xW1iG0na"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8hqOZzxM:xW1iG0na"
}





