Demon AIGoalSelector no longer clear authored by Brickgard's avatar Brickgard
...@@ -91,8 +91,7 @@ Demon: ...@@ -91,8 +91,7 @@ Demon:
Health: 60 # The amount of Health it has Health: 60 # The amount of Health it has
Faction: bad # Set the Demon's faction as "bad". Faction: bad # Set the Demon's faction as "bad".
Disguise: Player 164_ setCustomName Demon setCustomNameVisible false # Disguise it as a player with a skin. Requires LibsDisguises. Disguise: Player 164_ setCustomName Demon setCustomNameVisible false # Disguise it as a player with a skin. Requires LibsDisguises.
AIGoalSelectors: AIGoalSelectors: # We will not clear the mob's base AI, instead adding to it
- clear # Clears the mob's base AI
- meleeattack # Uses melee attacks - meleeattack # Uses melee attacks
- randomstroll # Randomly walks - randomstroll # Randomly walks
- float # Randomly floats - float # Randomly floats
... ...
......