1.065
Compatibility
Changes
🧠 Core Features ⚡ One More Chance Mechanic On lethal damage, you swap health with a mob and get a second life—with improved strength.
🧟♂️ Smarter Zombies (AI Overhaul)
Detect and use trapdoors during pathfinding
Interact with redstone: press buttons, pull levers
Break wooden doors if stuck
Call reinforcements after 2 mins (Brute Zombie with iron gear)
💥 Brute System
Spawns if zombies can't reach the player in time
After 20s, Brute breaks blocks to chase the player
🕒 In-Game Clock Overlay See the current time, track day/night cycles, and prepare accordingly
🌍 World-Synced Events
Events persist across logout/server restarts
Prevents random apocalypses after AFK sessions
🧰 Configurable Zombie Spawning
Time-based: morning, day, evening, night
Adjustable spawn rates (max at day 50)
Optional light-blocking rules
Separate from vanilla zombie spawns
🎨 Customizable Credit UI Adjustable logos, backgrounds, buttons & text Optional credit toggle
📷 Note: The crafting recipe in the gallery may be outdated—it's now easier and more balanced in the latest version.
🔗 More Info & Additional Features on CurseForge with the same name: All You ..
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:jim6zOxE:bqm3ScBz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jim6zOxE:bqm3ScBz"
}

