Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Features
Realistic Mob Scaling Rescales many mobs to closer real-world proportions while keeping gameplay balanced.
Attribute-Based Scaling Uses Minecraft's GENERIC_SCALE attribute to scale entity models, hitboxes, eye height, and shadows in a single system.
Balanced Mob Categories
Tiny insects (Silverfish, Endermite) scaled to ~10%
Small insects (Bees) scaled to ~18%
Arthropods (Spiders) scaled to ~22–25%
Amphibians (Frogs) scaled to ~35%
Small animals (Rabbits, Cats, Foxes) scaled to ~60–75%
Medium animals (Pigs, Sheep, Wolves, Cows) scaled to ~90–95%
Unchanged Bosses & Major Mobs Large mobs like Iron Golems, Wardens, and the Ender Dragon remain vanilla-sized for gameplay balance.
Tiny Mob Movement Adjustments Small mobs receive slight speed boosts to stay challenging.
Higher Pitch Sounds for Tiny Mobs Bees, Silverfish, and Endermites play sounds at higher pitch to match their smaller size.
Persistent Scaling Scale modifiers are stored in entity NBT to prevent repeated scaling on world reload.
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:mLJzjGef:AQIicX9k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mLJzjGef:AQIicX9k"
}

