CustomSkinLoader

CustomSkinLoader

1M Downloads

TLauncher support

ImUrX opened this issue ยท 3 comments

commented

Is there a way to support TLauncher's skins?

commented

A conclusion I reached last year:
TLauncher hooks net.minecraft.client.player.AbstractClientPlayer (mojang name) to load their skins while net.minecraft.client.resources.SkinManager (mojang name) is the download stream of it and which CustomSkinLoader hooks.

It is unable to fix the compatibility with TLauncher Skin Mod without specifically referencing it.

commented

I checked and this is their api https://auth.tlauncher.org/skin/profile/texture/login/(username)

Is the api of Tlauncher changed bro.?