Bug Closed · Resolved

Ai Bug

#1296 opened by Unknown 5 years ago

Unknownreported this bug

When I create a custom mob, Ai and some options bug. There is the mob that I put, and I used the - 0 Clear

Boar: Type: Zombie Health: 35 Damage: 3 Options: Movementspeed: 0.3 PreventSunburn: True PreventItempickup: True PreventOtherDrops: True PreventRandomEquipment: True Disguise: Pig AIGoalSelectors:

  • 0 clear
  • 1 meleeattack
  • 2 randomstroll AITargetSelectors:
  • 0 clear
  • 1 HurtByTarget
Unknowncommented

You need to specify what is not working and provide more information (mob yml files or skills etc.) Also, you must use a mob that has all the natural AI built into the vanilla minecraft mob. For example, a polar bear can be passive OR aggressive towards players but a zombie can only be AGGRESSIVE towards targets. So if you want a mob that is both passive and aggressive you must disguise a mob accordingly to their natural AI parameters.

Sign in to join the discussion.