@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
21 lines • 756 B
JSON
{
"fields": [
{
"id": "backwards_movement_modifier",
"title": "Backwards Movement Modifier",
"description": "Modifies speed going backwards.",
"defaultValue": 0.5,
"dataType": 3
},
{
"id": "strafe_speed_modifier",
"title": "Strafe Speed Modifier",
"description": "Modifies the strafe speed.",
"defaultValue": 0.4,
"dataType": 3
}
],
"description": "When configured as a rideable entity, the entity will be controlled using WASD controls and mouse to move in three dimensions. Only available with `\"use_beta_features\": true` and likely to be drastically changed or removed.",
"title": "Input Air Controlled",
"id": "minecraft:input_air_controlled"
}