Translucent skin see-through error.
surfishs opened this issue ยท 8 comments
Probably more related to 3d Skin Layers. Transparency in general is a pain in the ass to get right, you could try changing to the slower render mode in 3d skin layers, that might fix some transparency issues.
I tried removing all my mods, leaving only 3dskin and first person, the problem disappeared and I will continue testing.
I think it might be the "sodium" or rendering optimization mod.
And I've been having this problem since 1.18.2, so I'm sure it's a conflict that's been around for a long time.
Yea, sodium currently doesn't do transparency sorting. this causes a lot of issues in other places too. Reference: CaffeineMC/sodium#38
Yea, Iris modifies a bit how the Sodium pipeline works. I guess for now either leave the pants 2d(might work), don't have the transparent pixels in there, or maybe try if having some shader turned on fixes it(or remove iris in case you don't use shaders at all)? But yea, transparency in Minecraft is a mess, and as long as Sodium+Iris are not done fully implementing the translucent sorting, stuff like this is kinda not preventable.
Probably more related to 3d Skin Layers. Transparency in general is a pain in the ass to get right, you could try changing to the slower render mode in 3d skin layers, that might fix some transparency issues.