Elite-Modding-Team / MoCreaturesExtended

Continued maintenance for Mo'Creatures in 1.12.2
https://www.curseforge.com/minecraft/mc-mods/mo-creatures-extended
GNU General Public License v3.0
18 stars 5 forks source link

98 - AI Bugfix, Follow Owner #103

Closed demonlexe closed 6 months ago

demonlexe commented 6 months ago

Issue

Questions

  1. Please check the chances and duration of the Follow behavior, to see if it is to our liking. Happy to adjust either Occurance Chance or Duration.

Solution

Add 1/500 chance (same as Hunting chance) to follow owner for mobs that implement EntityAIFollowOwnerPlayer, instead of constant repetition of that AI behavior.

Once they are following the player, they will continue to do so for 175 onLivingUpdate counts (ticks?), provided that the AI event was not cancelled by one with a higher prioirity.