Encounter: Mob AI Tweaker
Modby hakujoucho
Allow modpack developers to add targeting/avoiding rules for entity AI.
Type
Mod
CurseForge Downloads
71,505
CurseForge ID
1197546
Last Updated
Jun 25, 2026
Description
Introduction
Occasionally, the attack/flee AI behavior of certain mobs may not align with the modpack creator’s intended design, as mod authors cannot take all possible mod combinations into consideration.
For example, modA adds new monsters, while modB adds some NPCs and animals. However, when you put these two mods together into your modpack, monsters from modA show no interest in chasing modB's NPCs and animals……
In case of that, with this mod, Developers can configure the list of mobs that specific entities will attack or flee from via the configuration file (located at config/encounter), and the changes support hot-reloading for seamless adjustments.

Configuration File
{ "entity_id": "example:entity_1", "avoid": [ "example:avoid_1", "example:avoid_2" ], "hostile": [ "example:hostile_1", "example:hostile_2" ] }, Add registry name (minecraft:zombie etc.) to the config file, then /reload or re-open the save to apply the tweaks.Note
- You can include this mod in your modpack.
- Passive mobs (e.g., villagers) cannot attack, even if hostile targets are added to their AI.
- Slimes cannot deal damage to added hostile targets for unknown reasons.
- Hot-reloading might not apply to mobs already spawned in the world. Changes will take effect on newly spawned mobs.
- Villager AI is unique: If you revert changes to their flee behavior, a game restart is required to stop them from fleeing previously configured targets.
Similar Mods
Symbol Chat
A client side mod that adds a symbol/emoji menu as well as writing in different unicode fonts.
project-1205459
A client-side schematic mod with extra features for creative mode work
Farmer's Cutting: Twilight Forest
Adds Farmer's Delight cutting recipes for Twilight Forest
No More Piglin Portal Spawning
Removes zombified piglins from Nether Portal spawning.
Gliby's Voice Chat
Distance based real-time in-game voice chat.
Tick Dynamic
Dynamic control of the world tickrate to reduce apparent lag.