All versions
v1.1.5
Release
v1.1.5+mod8 months ago 3,499
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
1.20
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Mod Update Changelog
1. Zombie Enhancements
General Changes:
- Health Increase: All zombie variants now have [Current: 30 hearts (60 HP)].
- Variant-Specific Buffs:
- Husks: [Current: Speed II and Jump Boost]
- Drowned: [Current: Strength II and Water Breathing]
- Zombie Villagers: [Current: Speed and Strength]
- Zombified Piglins: [Current: Fire Resistance and Strength]
2. New Loot Drop System
Common Drops (All Zombies):
- Blaze Rods [Current: 5% chance]
- Golden Apples [Current: 2% chance]
- Diamonds [Current: 1% chance]
Special Drops (By Variant):
- Drowned: Prismarine Shards [Current: 10% chance]
- Husks: Sand [Current: 15% chance]
- Zombified Piglins: Gold Nuggets [Current: 20% chance]
- Zombie Villagers: Emeralds [Current: 3% chance]
3. Visual & Technical Updates
- Visual Effects: [Current: Zombies emit smoke particles at night]
- Core Mechanics: [Current: Non-zombie mob prevention system maintained]
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:cSPYag1W:30BHxljI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cSPYag1W:30BHxljI"
}

