Kingdom-of-The-Moon / FiguraRewriteRewrite

rewrite of the rewrite of figura
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Avatar arms see through #81

Closed joeyak closed 1 year ago

joeyak commented 1 year ago

When rendering my avatar, you can see through the hands. image

It also shows up in block bench...so I'm not sure if it's a bug in the model or what... image

Here's my avatar folder avatar.zip

skyrina commented 1 year ago

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

joeyak commented 1 year ago

Thank you for your timely response, however, this actually is a bug. Here you can see that the model is rendering incorrectly. image

Here is another view with the same issue. image

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.

skyrina commented 1 year ago

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.

joeyak commented 1 year ago

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!

joeyak commented 1 year ago

I just wanted to follow up because I found the issue... I had the Steve model but it was an Alex skin....