sekwah41 / Re-Skin

Skin customiser for mc
MIT License
7 stars 6 forks source link

First person view doesn't support transparency #19

Closed sekwah41 closed 3 years ago

sekwah41 commented 3 years ago

image

sekwah41 commented 3 years ago

Skin in question /setskin https://i.imgur.com/S2FECcK.png

sekwah41 commented 3 years ago

So ive found the fix and its in PlayerRenderer. Just need to swap line 176 in renderHand to use entityTranslucent rather than entitySolid.

Was going to use mixins though I wanted to practice JS coremodding as it'll likely have less clashes with other mods and compatability.

sekwah41 commented 3 years ago

Fixed in latest release