bounciness
Adds to how much the entity bounces when it lands.
Categories: attribute, movement
Required arguments
| Key(s) | Description | Type |
|---|---|---|
bounciness | The amount of bounciness to add, as a fraction between 0 and 1. Supports expressions. | EXPRESSION |
Example
effects:
- id: bounciness
args:
bounciness: %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |