3.0.0
Compatibility
Changes
The Config-inater!
-
Remade/Refactored all configs regarding variation to make them easier to understand and change. Before all stat variations had a set amount to vary by which you could increase or decrease. Now you just set Maximum and Minimum amounts to multiply or add stats by! I have no idea why I didn't think of this before since it's like the gold standard buut you got it now!.
-
Added Optional Damage Variation Strength. It is OFF by default but you can turn it off. There is also another variable to increase strength further for Powerful Mobs. Remember it only works for melee mobs since most ranged mobs use weapons like bows which aren't based on attack damage.
-
Added Option to make Powerful Mobs only spawn at night.
-
Added trial omen particles to appear around Powerful Mobs. Configurable
-
Changed some base values like increasing base flat xp bonus for Powerful Mobs to 30 and increased possible speed variance from 0.85-1.2 To 0.85-1.3, and maybe some other little things.
-
Due to the refactoring of most configs, some new ones were added for better control. Like setting the chance for Knockback Resistance Bonuses to apply.
I was thinking about how weird and annoying my config was after playing with it for a bit and thought it would be way nicer if you could just control the actual real values instead of just a weird magnitude number. The other little options were added and changed along the way. I also kinda reformatted the mods description if wanna read that. Also changed the mods license.
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:2x5poRUo:SfOAFMXf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2x5poRUo:SfOAFMXf"
}

