Optimized Pathfinder Tempt: Instead of creating a new TargetingConditions object every time, the goal now reuses already prepared ones for each mob. Less object creation = better performance and less garbage collection.
Faster targeting for versions 1.16.5–1.20.4: Previously, selecting the correct targeting logic used a bunch of instanceof checks O(n). Now it's done using a direct Map lookup O(1), which is much faster, especially with many mobs active.
More mobs now support tempting behavior for versions 1.16.5–1.20.4: Added missing tempt options for several mobs that weren’t handled before, better coverage and more consistent AI support.