Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
Updated 2 weeks ago
All versions
1.14.8
Release
Evil mobs 1.14.82 weeks ago 56
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Evil Mobs — New Features Since 1.11.8
- Added the Reverse Phantom, which appears after several nights of sleep and attacks with a continuous fire breath.
- Added the Red Shark, featuring custom aquatic combat, bite animations, bleeding damage and improved underwater navigation.
- Added the Bee Nest Zombie, protected by linked bees and able to release more bees when damaged.
- Bee Nest Zombies do not burn in sunlight, cannot receive critical-hit bonus damage and slowly regenerate health.
- Shearing a Bee Nest Zombie removes the nest, turns it into a normal zombie and returns a bee nest containing bees.
- Expanded the Evil Mushroom with defensive spores, improved Life Drain and the new Drowsiness and Asleep effects.
- Added new spawn eggs, loot tables, natural spawning rules and Mod Menu configuration options.
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:Yh5Bn2Ct:EcpG4rEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yh5Bn2Ct:EcpG4rEN"
}

