Tags
Creators
Details
All versions
3.0.0+1.21.1-neoforge
Beta
3.0.0+1.21.1-neoforge3 weeks ago 2,043
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
3.0.0 - 1.21.1
- Adapt to Spell Engine 1.9.10+ API Changes Spell Expansion
- T2 Apprehend: Strikes a wide area in front of you, pulling hit enemies towards you and lowering their armor.
- T4 Northerners Guillotine: Leaps to the target, striking a lethal blow. Deals damage, increasing by every level of a harmful effect on the target.
- Always critically strikes targets at or below 25% of their max health. (highly configurable) Balancing & Internal Changes:
- Added uk_ua localization- #9 - thx: Ch1sho
- Fixed Outrage removing Absorption Hearts
- Outrage is now a T3 Spell and slightly increases the duration of an ongoing Rage Effect
- Changed Blood Reckoning: When activated, gain a portion of absorption hearts depending on your missing health
- When the effect runs heart a portion of your remaining absorption hearts heal you. (everything configurable in Tweaks Config)
- Armory & Arsenal Compat Equipment is no added to a separate Item Group
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:36lg8YOX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8hqOZzxM:36lg8YOX"
}

