Tags
Creators
Details
1.6.0
Compatibility
Changes
-Reworked the way Elder Guardians dash, they now have a short wind up before doing so. This is indicated by them retracting their spikes and wiggling their tails, then dashing. It will also dash downwards and spawn a damaging area of effect cloud if the player is too close to prevent cheap hits.
-Reworked the Elder Guardian's laser attack, it is now a proper laser beam as supposed to a taser. This means that touching the beam will continuously deal damage.
-Reworked sleeping mobs, they can now be woken up by vibrations. Obviously prevented by sneaking.
-Added a rework to Snow Golems.
-Added a setting that prevents golem mobs from targeting each other.
-Added support for Ewewkek's Musket Mod and fixed a conflict where ranged attacking mob's AI breaks when holding any gun added by this mod.
-Added support for Timeless and Classics Zero, allowing ranged mobs to shoot and reload guns! (Although keep in mind, this is a bit of a work in progress!)
-Added support for Jaden's Nether Expansion and fixed a crash relating to it.
-Heavily expanded the config to be better and more customizable. They are now also located in "mob-ai-tweaks" folder as supposed to just the config folder for the sake of cleanliness.
-Fixed various issues pertaining to the Ender Dragon's reworked End Crystal mechanics.
-Fixed various issues relating to hostile mobs sitting.
-Cleaned up some old code.
-And much much more that I prolly forgot to list down!
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:egIM2bKK:nmPBn7FJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:egIM2bKK:nmPBn7FJ"
}

