Jump to content

[1.14.4] Create an armor item that uses the elytra model (but does not function like an elytra).


Hendoor64

Recommended Posts

I am trying to make a cloak item, a chest-slot piece of armor. It seems simplest to make the cloak look like an elytra and change the texture rather than making my own armor model, since I'm happy with how the elytra looks already. The cloak class currently extends ArmorItem.

 

Thanks in advance for your help.

Link to comment
Share on other sites

14 hours ago, Hendoor64 said:

I am trying to make a cloak item, a chest-slot piece of armor. It seems simplest to make the cloak look like an elytra and change the texture rather than making my own armor model, since I'm happy with how the elytra looks already. The cloak class currently extends ArmorItem.

 

Thanks in advance for your help.

look at the LayerElytra class -> create your own layer class for your cloaks

and then add your layer in the RenderPlayerEvent, i think that should work but im not sure.

you can probably copy all the code and check if the chest armor is your cloak instead and change the texture.

Edited by eatthenight
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.