2.2.0
Compatibility
Changes
Late Spring Cleanin'
A few fixes and changes and a new gamerule!
-
Added a new gamerule "Lightningcausesmutations" which causes lightning strikes to cause mutations for a brief time (this is off by default)
-
Powerful Mobs are now slightly stronger, faster, and regenerate faster now
-
Powerful Mobs will now only drop extra experience and dust if a player or a player's pet kills it. I can remove this if ya don't like it
-
The Powerful effect now lasts forever instead of just a large number, hmph
-
Powerful Mobs no longer make a dumb loud sound when regenerating, it is now a quieter sound
-
Powerful Dust is no longer used up while in creative
-
Powerful Dust can now be eaten even if your not hungry
-
Fixed Powerful Mobs sometimes refusing to die
-
Fixed the Powerful Effect sometimes showing up when it shouldn't
-
Fixed Powerful dust powering up mobs that are already powered up
-
Fixed the Powerful effect from showing particles even if it was taken off (hopefully)
Lots of quality changes here and sorry for no updates on any of my other mods, so just enjoy this update. Also reporting issues now works
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:pWK1EIVw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2x5poRUo:pWK1EIVw"
}

