A set of 14 custom elytra skins!
Compatible with 1.21.7 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
// 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
// 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
// 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
//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
// 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
// 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
//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
//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
//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
Links
Details
Licensed ARR
Published a month ago
Updated a month ago