Skip to content

Bouncy

Makes the entity bounce off the ground when it lands.

Fields

Field Type Default Description
multiplier Float optional The multiplier to apply to the entity's velocity when it lands.

Example

{
    "type": "moborigins:bouncy",
    "multiplier": -1.00
}
This makes the entity bounce off the ground when it lands, without losing any velocity.