编辑

通过


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, Ender Dragon: 0.6

Samples

Allay

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

Ender Dragon

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