
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.
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.
Minecraft: 1.16.5
Mod Launcher: Forge (tested on 36.2.42)
/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.