Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 4 days ago
All versions
1.5.25
Release
Zombie Apocalypse Addon 1.5.25 - NeoForge 1.20.14 days ago 43
Compatibility
Minecraft: Java Edition
1.20.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Fixes
- Covered spawning now searches interiors and caves near the player when open-sky spawning is disabled.
- Mushroom-field safe zones no longer depend on biome variant weighting.
- Night boost no longer stays permanently active in the Nether, End, or other fixed-time dimensions.
- Turning custom waves off now cancels active or queued horde and blood-moon pressure, and manual event commands explain the dependency.
- Overlapping hordes and blood moons now stack both multipliers and use the larger event wave size.
- Dead players no longer attract custom waves while on the death screen.
- Bonus drops now respect the vanilla doMobLoot gamerule.
- Spawn effects now run once per successful wave instead of once per zombie.
- Progression gates now use the shared Overworld day in every dimension.
- Combined attributes are clamped to Minecraft's real attribute limits.
- No-AI zombies no longer run siege behavior, and one zombie cannot break, place, and tower in the same tick.
Improvements
- Gameplay presets now repair spawn distance, range, attempts, and open-sky settings.
- Disabled siege features now use a faster early-exit path.
- Config comments, command status, README, Modrinth description, and wiki explain the corrected interactions.
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:gH2XNhDh:H6rhKMPG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gH2XNhDh:H6rhKMPG"
}

