
[Bug]: Elytra Slot incompatibility with Figura (figura elytra doesn't display when using the elytra backslot)
ayellowlizard opened this issue ยท 0 comments
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
Steps to Reproduce
- Install figura and elytra slot
- Create Figura model with the
vanilla_model.ELYTRA:setVisible(false)
in the lua script and apply it in figura screen - Put elytra in the regular chestplate slot (it works! the vanilla model for the elytra is hidden!)
- Put elytra in elytra slot (oh noooooo it doesnt work sniff sniff)