Entity Documentation - minecraft:movement.skip

minecraft:movement.skip compels the entity to hop as it moves.

Parameters

Name Default Value Type Description
max_turn 30.0 Decimal The maximum number in degrees the entity can turn per tick.

Example

"minecraft:movement.skip":{
    "max_turn": 30.0
}

Vanilla entities examples

rabbit

"minecraft:movement.skip": {
      }

Vanilla entities using minecraft:movement.skip