ChronoKeeperreported this suggestion
Hello, as of right now the MoveTowardsTargetConditional AI Goal has only those 3 parameters: - speed - maxrange - targetconditions
Some goals like FollowOwner include an additional minRange parameter to make the mob follow the target a bit more realistic, so it will not literally try to get into the same block as where the target currently stands, but if its within lets say minRange set to 2, so within 2 blocks range within the target, it will not try to move to the same location as the target if that makes sense.
TLDR: Implement minRange parameter for the MoveTowardsTargetConditional AI Goal, similar as to what FollowOwner goal does - "Distance in which the mob will stop following the target".