Controllable Mobs #27

Details

  • Filename
    ControllableMobs.jar
  • Uploaded by
  • Uploaded
    Nov 4, 2012
  • Size
    44.11 KB
  • Downloads
    275
  • MD5
    a69b01e1b9d5da63fd72298f5ef92449

Supported Bukkit Versions

  • CB 1.4.2-R0.2

Changelog

  • updated AITargetNearest and AILookAtEntity
    • improved compatibility checks and conversion stability for EntityTypes or subclasses of Entity
    • modified constructors of AITargetNearest
    • removed parameter maxDistance of AITargetNearest (was not applicable)
  • AIAttackRanged is not longer available for mobs which don't have ranged attacks as default. Since now, you can add AIAttackRanged only to Skeleton, Snowman, Witch and Wither.
  • calling moveTo with an unreachable location will cause a deadlock for the specific entity
  • interfering targets of target() and AITargetNearest will cause a deadlock for the targeting system of the specific entity