Entity Documentation - minecraft:movement.generic

minecraft:movement.generic allows an entity to fly, swim, climb, etc.

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

Vanilla entities examples

drowned

"minecraft:movement.generic": {
      }

Vanilla entities using minecraft:movement.generic