Edit

Entity Documentation - minecraft:input_air_controlled

When configured as a rideable entity, the entity will be controlled using WASD controls and mouse to move in three dimensions.

Note

This item requires a format version of at least 1.21.90.

Input Air Controlled Properties

Name Default Value Type Description Example Values
backwards_movement_modifier 0.5 Decimal number Modifies speed going backwards. Happy Ghast: 0.5
strafe_speed_modifier 0.4 Decimal number Modifies the strafe speed. Happy Ghast: 1

Samples

Happy Ghast

"minecraft:input_air_controlled": {
  "strafe_speed_modifier": 1,
  "backwards_movement_modifier": 0.5
}