Entity Documentation - minecraft:behavior.run_around_like_crazy

minecraft:behavior.run_around_like_crazy compels an entity to run around without a set goal.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.
speed_multiplier 1.0 Decimal Movement speed multiplier of the mob when using this AI Goal.

Example

"minecraft:behavior.run_around_like_crazy":{
    "priority": 1,
    "speed_multiplier": 1.5
}

Vanilla entities examples

llama

"minecraft:behavior.run_around_like_crazy": {
        "priority": 1,
        "speed_multiplier": 1.2
      }

Vanilla entities using minecraft:behavior.run_around_like_crazy