MCA (Minecraft Comes Alive) Zombie bug
Problem
The zombie targeting behavior in MCA (Minecraft Comes Alive) can cash crashes when they infect villagers.
In crash reports, you will see the following called.
EntityLookHelper.func
EntityZombie.func
Solution
Fix the problem by disabling zombie infection in the config file. When the zombies no longer try to infect villagers, their targeting behavior will not be called, and it cannot cause the game to crash
Go to /config/mca.cfg
Scroll to "general" mod settings
under Enable Infection
, change value to false
Save config and restart server