Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 months ago
All versions
1.1.7
Release
Progressive Time Difficulty 1.1.73 months ago 144
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Version 1.1.7
Date: 07/03/2026
New Features
- "Soul Eater" - Hardcore Anti-Cheese Mechanic: In Hardcore Mode, mobs now gain a "Soul Eater" buff if a nearby player has more than 20 max HP. This massively boosts their damage (mostly magical) to counter high-health players. Empowered mobs are indicated by Witch Particles and a Soul Escape sound.
Quality of Life
- The "OVERCHARGED" name tag now only appears on mobs that are actively targeting a player, reducing screen clutter from neutral mobs.
- Added an explicit exclusion for EvilCraft's Vengeance Spirit to prevent unwanted buffs and tag spam.
Fixes
- Fixed a compilation error (
cannot find symbol: getTarget) that occurred when checking a mob's target.
Previous Changes (v1.1.6)
- Visual Threat Indicators: Mobs now emit particles based on their difficulty tier (Smoke, Flame, Soul Fire).
- Hardcore Rebalance: Difficulty scaling rate reduced to 1.2% per day.
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:1ovvmUXe:w03XbAC1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1ovvmUXe:w03XbAC1"
}

