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

offline skin [1.16.1-fabric] mod conflict with just map and offline skins #39

Closed SDUBZ closed 4 years ago

SDUBZ commented 4 years ago

OfflineSkins-1.16.1-v1-fabric.jar

justmap-1.1.90-1.16.1-unlimited

report : https://gist.github.com/SDUBZ/d5ca75be8f465ea6bc64101df5ac85cf

Bulldog83 commented 4 years ago

In Just Map I use net.minecraft.client.texture.ResourceTexture to load player skins. I made some changes to avoid using PlayerSkinTexture, but for compatibility it need to extends lain.mods.skins.impl.fabric.CustomSkinTexture from net.minecraft.client.texture.ResourceTexture.