Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 6 months ago
All versions
1.0
Release
Egg's Zombies 1.06 months ago 3,376
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
New Features
Common Zombies
- Firefighter: An axe-wielding zombie that can break down doors and is immune to fire.
- Hazmat: An effect-immune zombie that can poison targets and leaves a poison cloud upon death.
- Military: A tanky zombie that can pierce armor and absorb heavy damage.
- Riot: Slightly less tanky but can disable player shields and absorb heavy damage.
Special Zombies
- Bulldog: A zombie with powerful leap attacks.
- Crawler: A half-decapitated zombie that can fit through small gaps and snap your legs, applying Slowness.
- Flayed: A very fast, silent assassin with low health.
- Puker: A slow, bloated zombie that spits acid, inflicting the Bile effect.
- Rusher: A tanky one-armed zombie that knocks victims back and has a charging ability.
Bile Effect
- The Bile Effect is a new effect that can be applied by bile projectiles (shot by pukers)
- When a target is biled, it will take half a heart damage every 2 seconds.
- Zombies (special not included) in a range of 25 Blocks gain a speed boost.
- The zombies prioritise the biled victim. If there were more than one victim, they'll target the closest biled one.
Config Options
- Enable/Disable daylight spawning
- Enable/Disable underground spawning
- Ability cooldowns and chances
- Zombie attributes
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:7KCM8Zka:2JUeSfxA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7KCM8Zka:2JUeSfxA"
}

