HomeJavaResourcepacksCustom Elytra
Custom Elytra
ResourcepacksJava

Custom Elytra

by sawarahh · on Modrinth

A set of 20 custom elytra skins, created for the unofficial dinkfam smp, now usable on any Java SMP or singleplayer!

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Resource pack only.

⬇ Download for 1.21.9–1.21.10⬇ Download for 1.21.7
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Custom Elytra — screenshot 1Custom Elytra — screenshot 2Custom Elytra — screenshot 3Custom Elytra — screenshot 4Custom Elytra — screenshot 5

A set of 20 custom elytra skins!

Compatible with 1.21.10 Java.

This is a resource pack, but they do not override the original elytra. You will need to use /give commands to apply the textures. Use these below in a command block!

/Give commands

// ANGEL
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:angel",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/angel_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Angel Wings"},
    lore=["The Angel on your shoulder"]
]
 1

// AMETHYST
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:amethyst",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/amethyst_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Amethyst Elytra"},
    lore=["Light as a feather, hard as a geode"]
]
 1

 //BAT
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:bat",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/bat_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Bat Wings"},
    lore=["Does not come with the ability","to sleep upside-down"]
]
 1

//BLUEJAY
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:bluejay",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/bluejay_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Bluejay Wings"},
    lore=["Blue jays are part of the corvid family","just like crows and ravens!"]
]
 1

//BLUE MORPHO
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:bluemorpho",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/bluemorpho_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Blue Morpho Butterfly Wings"},
    lore=["Blue Morphos are one of the biggest","butterflies with an 8-inch wingspan"]
]
 1

//BUG
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:bug",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/bug_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Insect Wings"},
    lore=["Fruit flies beat their wings every 4ms,","that\'s faster than neurons can fire!"]
]
 1

//CHERRY
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:cherry",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/cherry_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Cherry Blossom Elytra"},
    lore=["Like falling into a pile of pink petals"]
]
 1

//DRAGONFLY
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:dragonfly",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/dragonfly_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Dragonfly Wings"},
    lore=["You're telling me a dragon fly'd these wings?"]
]
 1

// FLOW
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:flow",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/flow_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Flow Elytra"},
    lore=["Trimmed to the nines"]
]
 1

//MONARCH
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:monarch",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/monarch_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Monarch Butterfly Wings"},
    lore=["Monarch caterpillars can eat milkweed leaves in under","5 minutes, which is 200x their body weight"]
]
 1

// MONSTERA
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:monstera",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/monstera_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Monstera Elytra"},
    lore=["I can\'t be-leaf these can fly"]
]
 1

// OWL
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:owl",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/owl_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Owl's Wings"},
    lore=["Eyes that see beyond the veil,"," where hidden truths and secrets sail."]
]
 1

// PEACOCK
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:peacock",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/peacock_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Peacock Wings"},
    lore=["The beauty of the peacock is unmatched"]
]
 1
 
// RAINBOW
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:rainbow",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/rainbow_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Prismatic Elytra"},
    lore=["You\'re RGB-eautiful!"]
]
 1

// RAVEN
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:raven",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/raven_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Raven's Wings"},
    lore=["Nevermore,","or whatever that guy said"]
]
 1

//SCULK
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:sculk",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/sculk_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Warden\'s Wings"},
    lore=["Stolen from their shrieker minions","before Steve caused their extinction"]
]
 1

// SPIDERMAN
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:spiderman",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/spiderman_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Spiderman Elytra"},
    lore=["Does whatever a spider can!"]
]
 1

// WAYFINDER
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:wayfinder",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/wayfinder_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Wayfinder Elytra"},
    lore=["Finder? Hardly knower"]
]
 1

// WITCH
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:witch",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/witch_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Witch's Wings"},
    lore=["Always throw spilled salt over your left shoulder,"," keep rosemary by your garden gate,"," & plant lavender for luck."]
]
 1

// ZOMBIE
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:zombie",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/zombie_elytra",
    custom_name={"bold":true,"color":"light_purple","text":"Zombie Elytra"},
    lore=["Buuuuhhhh..."]
]
 1
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java resource packs walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more