1.0.0
Compatibility
Required content
Changes
âď¸ Advanced Destruction System Smart Mining: Zombies now use tools (Pickaxes, Axes, Shovels) to break blocks (Stone, Wood, Dirt) at player speed or faster.
Glass & Door Breakers: Glass shatters instantly. Doors can now only be strategically dismantled by Axe-wielding Zombies.
Cooperative Mining (Chain Bonus): When multiple zombies hit the same block, the breaking speed increases exponentially. Hordes can now tear through walls in seconds!
đď¸ Building & Climbing Towering (Pillar Up): 10% of zombies now spawn as "Builders." If a player is high up, they will jump and place blocks (oak planks) beneath themselves to reach you.
Anti-Stuck Physics: A custom movement fix prevents zombies from getting stuck inside the blocks they place.
đ Events & Advanced AI The Horde (Day 10 Raid): Every 10 days at nightfall, a red warning appears in chat, and a massive squad of 12 armored zombies spawns around the player.
Extreme Tracking: Zombies can "smell" the player through walls from up to 35 blocks away. If you are in a mine, they will tunnel directly toward you.
Foliage Filter: Zombies no longer waste time breaking grass or flowers; they focus entirely on solid obstacles.
đĄď¸ Equipment & Appearance Balanced Distribution: 35% of zombies spawn empty-handed, while the remaining 65% spawn with random tools (Pickaxes/Axes/Shovels).
Randomized Armor: Zombies are no longer "naked." They spawn with random pieces of Leather, Chainmail, or Iron armor (boots, helmets, chestplates).
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:8yhWhKR2:r6DV3Zvs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8yhWhKR2:r6DV3Zvs"
}

