Show Me Your Skin! (Hide armor)

Show Me Your Skin! (Hide armor)

3M Downloads

Does not work on Modded Armor

ardissaps opened this issue ยท 5 comments

commented

Transparency does not work on modded armor but hide enchantment works fine.

Edit :

  • Hide enchantmen also does not work on modded armors.
  • Does not hide elytra on trinket mod slot.
commented

I got Elytra Trinket working, compatibility will be included in the next update.

Thank you! :)

commented

What modded armor specifically does it not work with?

commented

What modded armor specifically does it not work with?

Immersive Armor :
https://www.curseforge.com/minecraft/mc-mods/immersive-armors

Elytra Trinket (unable to hide) :
https://www.curseforge.com/minecraft/mc-mods/elytra-trinket-fabric

commented

At a glance I can tell that Immersive Armor uses a highly custom armor renderer for it's 3d shapes. So it's not surprising to me that it doesn't work out of the box.

Looking more closely into its source code, I think it's not worth my time to add support for it. I am however open to merging a pull request for this.

Elytra Trinket has a similar problem, in that it basically copies the vanilla elytra rendering code, bypassing my modifications. This does seem like it'd be easy to support with an optional mixin though, so I'll see what I can do about it.

commented

I got Elytra Trinket working, compatibility will be included in the next update.