Entity Documentation - minecraft:flying_speed

Speed in Blocks that this entity flies at.

Flying Speed Properties

Name Default Value Type Description Example Values
value 0.02 Decimal number Flying speed in blocks per tick. Allay: 0.1, Bee: 0.15, Ender Dragon: 0.6

Samples

Allay

"minecraft:flying_speed": {
  "value": 0.1
}

Bee

"minecraft:flying_speed": {
  "value": 0.15
}

Ender Dragon

"minecraft:flying_speed": {
  "value": 0.6
}

Happy Ghast

At /minecraft:entity/component_groups/minecraft:baby/minecraft:flying_speed/:

"minecraft:flying_speed": {
  "value": 0.0833333
}

At /minecraft:entity/component_groups/minecraft:adult_mobile/minecraft:flying_speed/:

"minecraft:flying_speed": {
  "value": 0.016
}

At /minecraft:entity/component_groups/minecraft:adult_immobile/minecraft:flying_speed/:

"minecraft:flying_speed": {
  "value": 0
}