Links
Tags
Creators
Details
1.21.1-1.16.0-fabric
Compatibility
Required content
Changes
Improved Mobs 1.16.0
-
Update block breaking AI + path finding. This should also make mobs dig in a more sensible way towards their target
-
Mobs now can use wind charges
-
Add supplementary bombs compat
-
Add TaCZ guns compat
-
Update item weight and quality calculation. If you want the updated weights you need to delete your current equipment.json
-
Allow tags to be used in equipment.json
-
Update the trigger for when mobs start flying on mounts
-
Add dynamic tags. These tags are not defined via json but are created at runtime which allows better automatic entity groupings
-
improvedmobs:hostile_mobs: Contains all hostile mobs -
improvedmobs:non_hostile_mobs: Contains all non hostile mobs -
improvedmobs:neutral_mobs: Contains all neutral mobs -
improvedmobs:animal_mobs: Contains all animals -
Fix some crashes with item use AI
-
Trident AI now use the held trident item (which more or less buffs it)
-
Improve floating point errors with difficulty which should fix it being stuck in some cases
-
Fix idle block breaking not working
For past versions see: https://github.com/Flemmli97/ImprovedMobs/blob/1.21/Changelog.md
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:23MovWyi:8YwcF0cE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:23MovWyi:8YwcF0cE"
}



