Elytra Flight
Allows the player to fly as if they had an Elytra equipped.
Type ID: apoli:elytra_flight
Fields
| Field | Type | Default | Description |
|---|---|---|---|
render_elytra |
Boolean | Whether an Elytra should render on the player's back while this power is active. | |
texture_location |
Identifier | optional | If set, this will be the texture used by an Elytra granted by this power. |
Example
{
"type": "apoli:elytra_flight",
"render_elytra": false
}
This power gives the player the ability to fall-fly, with the elytra not being rendered.
{
"type": "apoli:elytra_flight",
"render_elytra": true,
"texture_location": "minecraft:textures/entity/elytra.png"
}
This power gives the player the ability to fall-fly, with the elytra being rendered as the default texture.