Config not working, causing crash with other mods and strange mob behavior.
InteJason opened this issue ยท 1 comments
Modloader
Forge
Minecraft version
1.18.2
Modloader version
40.1.20
Mod version
improvedmobs-1.18.2-1.10.9
TenshiLib version
tenshilib-1.18.2-1.6.7
Description
I can't seem to disable mobs such as villagers holding equipments or armor... I have turned all options to 'whitelist' and made sure that in the moreentities field "minecraft:villager" doesn't have any attachments such as |HELDITEMS. This issue was not present when I configured my modpack back in 1.16.5. This also cause crashes with some armor mods, as those armor were not supposed to be worn by villagers.
Steps to reproduce
- change all ai config to whitelist, set the chance to equip armor to 100% [This should disable villagers from wearing armor]
- install mod 'epic knights mod' [installing this because the mod crashes when the armor's on villagers, easy indication]
- go to village and see if it crashes
Mods that might affect the issue
No response
Logs
/
if you set all flags to whitelist and added "minecraft:villager" to the list of course it will give villagers all things. (and only villagers)
"minecraft:villager" is equal to "minecraft:villager|ALL" so you basically making only villager affected by this mods content. not a bug.
as for villager wearing armor causing crashes: thats on the mod adding the armor and not this mods fault. vanilla/most modded armor work fine