zlainsama / OfflineSkins

This mod allows you to show off your skins even if the server is in offline mode.
https://minecraft.curseforge.com/projects/offlineskins
MIT License
45 stars 19 forks source link

Request: Support 3D Skin Layers #57

Closed luni3359 closed 2 years ago

luni3359 commented 2 years ago

Currently having both mods active makes Offline Skins override 3D Skin Layers.

zlainsama commented 2 years ago

Which version?

luni3359 commented 2 years ago

3d skin layers 1.4.3 (fabric) OfflineSkins 1.18.2-v1

zlainsama commented 2 years ago

It was compatible in 1.16.5 forge. After some looking into their(3D Skin Layers mod) code, I think this is caused by their new ways to acquire texture information. It is possible for me to provide a standard texture instance but that involves writing the skin file once more onto the storage device.

zlainsama commented 2 years ago

Fixed in 1.18.2-v2 and 1.18.2-v2-fabric.

luni3359 commented 2 years ago

Thank you so much!