Entity Documentation - minecraft:movement.basic

minecraft:movement.basic defines the movement of an entity.

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.basic":{
    "max_turn": 30.0
}

Vanilla entities examples

horse

"minecraft:movement.basic": {
      }

Vanilla entities using minecraft:movement.basic