Entity Documentation - minecraft:movement.hover

minecraft:movement.hover causes the entity to hover.

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

Vanilla entities examples

bee

"minecraft:movement.hover": {
}

Vanilla entities using minecraft:movement.hover