Avatar arms see through
joeyak opened this issue ยท 5 comments
When rendering my avatar, you can see through the hands.
It also shows up in block bench...so I'm not sure if it's a bug in the model or what...
Here's my avatar folder
avatar.zip
Dear @joeyak,
I hope this message finds you well. I noticed that you have asked a question in our GitHub issues section, and while we appreciate your engagement and curiosity, we kindly ask that you refrain from doing so in the future.
Our GitHub issues section is reserved for reporting bugs and suggesting feature enhancements. We encourage all users to instead ask questions and engage with our community on our Discord server, where you can find a more suitable platform for such discussions. Our team and other members of the community will be more than happy to assist you and provide answers to any questions you may have.
Thank you for your understanding and cooperation in this matter.
Best regards,
@skyrina
Thank you for your timely response, however, this actually is a bug. Here you can see that the model is rendering incorrectly.
Here is another view with the same issue.
What I did was create a minecraft skin in blockbench, use my normal mc's skin texture, and then convert it to a generic model, and save it to the .minecraft\figura\avatars\Void
folder with a script.lua
containing vanilla_model.PLAYER:setVisible(false)
and an avatar.json
containing {}
. I redid the steps into .minecraft\figura\avatars\Void2
and found the same issue.
ah, i didn't see that.
this is a minecraft bug related to transparent textures.
i do not believe there is a way to fix this without modifying the minecraft renderer itself, which could break compatibility with other mods.
Ah I see. I was wondering if it was because the transparent layer. That makes sense... I think it's unintended functionality in minecraft. Thank you!