Elytra Slot (Fabric 1.16.1 - 1.19.2)

Elytra Slot (Fabric 1.16.1 - 1.19.2)

9M Downloads

[Bug]: Elytra Slot incompatibility with Figura (figura elytra doesn't display when using the elytra backslot)

ayellowlizard opened this issue ยท 0 comments

commented

Minecraft Version

1.21.1

What happened?

What I expected to happen:
In my Lua script for my Figura model:
vanilla_model.ELYTRA:setVisible(false)

The vanilla_model.ELYTRA:setVisible(false) is supposed to hide the vanilla model for the elytra, so that my new elytra models can take place above the elytra.

What happened:
When I put the elytra in my regular chestplate slot, the hiding of the vanilla model works. However, when I put it in the elytra slot, the figura model is hidden instead and only the vanilla model displays.

Relevant Log Outputs

https://mclo.gs/EuKfWjy

Steps to Reproduce

  1. Install figura and elytra slot
  2. Create Figura model with the vanilla_model.ELYTRA:setVisible(false) in the lua script and apply it in figura screen
  3. Put elytra in the regular chestplate slot (it works! the vanilla model for the elytra is hidden!)
  4. Put elytra in elytra slot (oh noooooo it doesnt work sniff sniff)