Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
1.20.1-1.13.2
Release
improvedmobs-1.20.1-1.13.2-forge.jar2 years ago 32.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
Improved Mobs 1.13.2
- Fix some problems with list config on forge causing config resets
- Fix projectile/explosion damage increase not applying to player on fabric
- Fix Flag config not updating correctly after config modification with tags
- Fix crash with epic fight
- Fix some stuff with flying and water mounts
Improved Mobs 1.13
- Redo integration mod for difficulty:
- Config changed from true/false to OFF/ON/ADD
- OFF and ON behave as old true/false but ADD allows stacking on top of existing ones for even more mayham
- LevelZ and PlayerEX now has a multiplier config
- Allow pehkui integration to be more configurable with size chance and flag for individual mobs
- Disable overlay being shown with f3 debug toggled
- Allow negative values for difficulty increase. To use that use
|as a delimiter instead of- - Add config for line of sight requirements
- Add breaking speed modifier config
- Add armor trim chance
For past versions see: https://github.com/Flemmli97/ImprovedMobs/blob/1.20.1/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:GzRS5jE1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:23MovWyi:GzRS5jE1"
}

