Elytra Flight

Power Type

Allows the player to fly as if they had an Elytra equipped.

Type ID: origins:elytra_flight

Fields

Field Type Default Description
render_elytra Boolean Determines whether an Elytra should render on the player's back while this power is active.
texture_location Identifier optional If specified, this will be the texture used by the Elytra granted by this power.

Examples

{
    "type": "origins:elytra_flight",
    "render_elytra": false
}

This example will grant the player the ability to fall-fly, with the Elytra not being rendered.

{
    "type": "origins:elytra_flight",
    "render_elytra": true,
    "texture_location": "minecraft:textures/entity/elytra.png"
}

This example will grant the player the ability to fall-fly, with the Elytra being rendered as the default texture.