Corosauce / ZombieAwareness

Minecraft Forge Mod - Ehanced AI awareness for vanilla MC mobs
http://coros.us/mods/zombieawareness
47 stars 19 forks source link

Feature Request: Config Additions #71

Closed Tyrius1 closed 9 months ago

Tyrius1 commented 2 years ago

So happy to see this mod ported to the latest versions. I've got a few requests that I hope you'll consider for 1.18+.

  1. Health percent at which you bleed out

  2. A change and additions to the MobLists.toml config to allow for giving different mobs different effects and maybe even different levels of enhancement. I'm sure this isn't the best example and it doesn't cover everything but Something like this:

General mod settings

[general]

Mobs enhanced by zombie awareness

HearingEnhancedMobs = [
    "minecraft:zombie"
    ]

ScentEnhancedMobs = [
    {
        "minecraft:skeleton",
        "range": 16
    },
    {
        "minecraft:zombie",
        "range": 32
    },
    {
        "vampirism:vampire",
        "range": 64
    }
]

#Mobs enhanced by zombie awareness
XrayEnhancedMobs = ["minecraft:zombie"]