▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Ресурспаки/Custom Elytra
Custom Elytra

Custom Elytra

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

Оцените первым
1.3K
12

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 milk✨ 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
 
// ✨
/give @p elytra
[
    max_stack_size=1,
    equippable=
    {
        slot:"chest",
        equip_sound:"item.armor.equip_elytra",
        asset_id:"elytra:✨",
        equip_on_interact:true,
        swappable:true
    },
    item_model="elytra:elytra/✨_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

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Поддерживаемые окружения

Клиент

Ссылки


Создатели

Детали

Лицензия:
Опубликован:1 год назад
Обновлён:7 месяцев назад
Главная