Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ability for a rideable entity to dash.
Dash Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
cooldown_time | 1 | Decimal number | The dash cooldown in seconds. Default value is 1.000000. | Camel: 2.75 |
horizontal_momentum | 1 | Decimal number | Horizontal momentum of the dash. | Camel: 20 |
vertical_momentum | 1 | Decimal number | Vertical momentum of the dash. | Camel: 0.6 |
Samples
Camel
"minecraft:dash": {
"cooldown_time": 2.75,
"horizontal_momentum": 20,
"vertical_momentum": 0.6
}