Encounter: Mob AI Tweaker

Quick rating

Community listing page, reviews here may not be monitored by the author.

Encounter: Mob AI Tweaker

By TachibanaSherry

No reviews yet

Allow modpack developers to add targeting/avoiding rules for entity AI.

No Theme
No Genre
Hostile Mobs
QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

About

Project Details

Type
Mod
Latest Version
Encounter-Forge-1.20.1-1.0.0.jar

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

Resources

External Links

Source Issues Wiki Discord

About

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.

Example: The Villager is running away from the Sheep

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

  1. You can include this mod in your modpack.
  2. Passive mobs (e.g., villagers) cannot attack, even if hostile targets are added to their AI.
  3. Slimes cannot deal damage to added hostile targets for unknown reasons.
  4. Hot-reloading might not apply to mobs already spawned in the world. Changes will take effect on newly spawned mobs.
  5. 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.

Screenshots

Gallery

This project has no gallery images yet.

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

~74,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works