Mod

Zombies Apocalyptic AI

Quick rating

Zombies Apocalyptic AI

No reviews yet

*ARCHIVED* | Minecraft Forge mod that transforms zombies into a relentless, shifting horde. They ignore line-of-sight, allowing them to track victims through walls, and dynamically switch between targets to create a more chaotic and overwhelming experience

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
Zombies Apocalyptic AI v0.1.1 (Minecraft 1.16.5 - FORGE).jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

-----------------ARCHIVED-----------------

Since April 13th, 2026, this mod is now considered Archived and will no longer be receiving updates or support. In its place, it has been superseded by a Kotlin rewrite https://www.curseforge.com/minecraft/mc-mods/configurable-zombie-ai

Please use that mod instead for new and improved features. Also please do note that this mod and Configurable Zombie AI are NOT compatible so you can only have one or the other installed at a single time.

-------------------------------------------------

undefined

Zombies Apocalyptic AI

A Minecraft Forge mod that transforms zombies into a relentless, shifting horde. They ignore line-of-sight, allowing them to track victims through walls, and dynamically switch between targets to create a more chaotic and overwhelming experience.

This mod affects target selection and awareness, but does not modify pathfinding or navigation logic.

Compatible Versions

Minecraft: 1.16.5 Mod Launcher: Forge (tested on 36.2.42)

Features

  • Apocalyptic Vision: Zombies ignore line-of-sight and can target players, villagers, and iron golems through walls.
  • Dynamic Target Switching: Zombies don't just stick to one target. They periodically re-evaluate their surroundings and may switch to a more "attractive" target.
  • Weighted Random Selection: Target selection is not strictly based on the closest entity. Zombies have a "wandering eye" based on distance and health, making their behavior less predictable.
  • Commitment Categories: When a zombie picks a target, it is assigned a commitment duration (Short, Medium, Long, or Forever). This ensures they don't "thrash" between targets too rapidly while still allowing for sudden shifts in focus.
  • Unified Targeting: Applies to Players, Villagers, and Iron Golems.
  • Runtime Configuration: Most settings can be adjusted on-the-fly via commands and are saved per-world.

Commands

  • /zombies_ai enable: Enables the apocalyptic AI.
  • /zombies_ai disable: Disables the apocalyptic AI.
  • /zombies_ai status: Shows current configuration and status.
  • /zombies_ai range <distance>: Sets the follow range (distance at which zombies spot victims). (Default: 50.0)
  • /zombies_ai persistent <true|false>: Prevents zombies from despawning naturally.
  • /zombies_ai target weights <distance> <health>: Sets the weights for target selection scoring. (Default Distance: 1.0, Health: 0.0)
  • /zombies_ai target switching <interval> <commitTime> <queryRange>:
    • interval: How often (in ticks) to re-evaluate targets. (Default: 20)
    • commitTime: Base commitment duration in seconds. (Default: 10)
    • queryRange: Search radius for potential new targets. (Default: 30.0)
  • /zombies_ai kill: Kills all zombies in the world.

Note: You need level 2 permissions (OP) to use these commands.

-----------------ARCHIVED-----------------

Since April 13th, 2026, this mod is now considered Archived and will no longer be receiving updates or support. In its place, it has been superseded by a Kotlin rewrite named Configurable Zombie AI

Please use that mod instead for new and improved features. Also please do note that this mod and Configurable Zombie AI are NOT compatible so you can only have one or the other installed at a single time.

-------------------------------------------------

Zombies Apocalyptic AI

A Minecraft Forge mod that transforms zombies into a relentless, shifting horde. They ignore line-of-sight, allowing them to track victims through walls, and dynamically switch between targets to create a more chaotic and overwhelming experience.

This mod affects target selection and awareness, but does not modify pathfinding or navigation logic.

Compatible Versions

  • Minecraft: 1.16.5
  • Mod Launcher: Forge (tested on 36.2.42)
  • NOT compatible with the Zombies Ignore LOS mod which this mod is a superset of.

Features

  • Apocalyptic Vision: Zombies ignore line-of-sight and can target players, villagers, and iron golems through walls.
  • Dynamic Target Switching: Zombies don't just stick to one target. They periodically re-evaluate their surroundings and may switch to a more "attractive" target.
  • Weighted Random Selection: Target selection is not strictly based on the closest entity. Zombies have a "wandering eye" based on distance and health, making their behavior less predictable.
  • Commitment Categories: When a zombie picks a target, it is assigned a commitment duration (Short, Medium, Long, or Forever). This ensures they don't "thrash" between targets too rapidly while still allowing for sudden shifts in focus.
  • Unified Targeting: Applies to Players, Villagers, and Iron Golems.
  • Runtime Configuration: Most settings can be adjusted on-the-fly via commands and are saved per-world.

Commands

  • /zombies_ai enable: Enables the apocalyptic AI.
  • /zombies_ai disable: Disables the apocalyptic AI.
  • /zombies_ai status: Shows current configuration and status.
  • /zombies_ai range <distance>: Sets the follow range (distance at which zombies spot victims). (Default: 50.0)
  • /zombies_ai persistent <true|false>: Prevents zombies from despawning naturally.
  • /zombies_ai target weights <distance> <health>: Sets the weights for target selection scoring. (Default Distance: 1.0, Health: 0.0)
  • /zombies_ai target switching <interval> <commitTime> <queryRange>:
    • interval: How often (in ticks) to re-evaluate targets. (Default: 20)
    • commitTime: Base commitment duration in seconds. (Default: 10)
    • queryRange: Search radius for potential new targets. (Default: 30.0)
    • /zombies_ai kill: Kills all zombies in the world.

Note: You need level 2 permissions (OP) to use these commands.

Screenshots

Gallery

  • AI movement between targets
    AI movement between targets
  • Zombies AI settings status
    Zombies AI settings status
  • Target selection algorithm
    Target selection algorithm
  • Target selection algorithm
    Target selection algorithm
  • Zombies AI status message
    Zombies AI status message
  • AI Switching between targets
    AI Switching between targets

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync