init
This commit is contained in:
100
package/overrides/CustomSkinLoader/CustomSkinLoader.json
Normal file
100
package/overrides/CustomSkinLoader/CustomSkinLoader.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"version": "14.20",
|
||||
"buildNumber": 27,
|
||||
"loadlist": [
|
||||
{
|
||||
"name": "Mojang",
|
||||
"type": "MojangAPI",
|
||||
"apiRoot": "https://api.mojang.com/",
|
||||
"sessionRoot": "https://sessionserver.mojang.com/"
|
||||
},
|
||||
{
|
||||
"name": "LittleSkin",
|
||||
"type": "CustomSkinAPI",
|
||||
"root": "https://littleskin.cn/csl/"
|
||||
},
|
||||
{
|
||||
"name": "BlessingSkin",
|
||||
"type": "CustomSkinAPI",
|
||||
"root": "https://skin.prinzeugen.net/"
|
||||
},
|
||||
{
|
||||
"name": "ElyBy",
|
||||
"type": "ElyByAPI",
|
||||
"root": "http://skinsystem.ely.by/textures/"
|
||||
},
|
||||
{
|
||||
"name": "SkinMe",
|
||||
"type": "UniSkinAPI",
|
||||
"root": "http://www.skinme.cc/uniskin/"
|
||||
},
|
||||
{
|
||||
"name": "TLauncher",
|
||||
"type": "ElyByAPI",
|
||||
"root": "https://auth.tlauncher.org/skin/profile/texture/login/"
|
||||
},
|
||||
{
|
||||
"name": "GlitchlessGames",
|
||||
"type": "GlitchlessAPI",
|
||||
"root": "https://games.glitchless.ru/api/minecraft/users/profiles/textures/?nickname\u003d"
|
||||
},
|
||||
{
|
||||
"name": "LocalSkin",
|
||||
"type": "Legacy",
|
||||
"checkPNG": false,
|
||||
"skin": "LocalSkin/skins/{USERNAME}.png",
|
||||
"model": "auto",
|
||||
"cape": "LocalSkin/capes/{USERNAME}.png",
|
||||
"elytra": "LocalSkin/elytras/{USERNAME}.png"
|
||||
},
|
||||
{
|
||||
"name": "MinecraftCapes",
|
||||
"type": "MinecraftCapesAPI",
|
||||
"root": "https://api.minecraftcapes.net/profile/"
|
||||
},
|
||||
{
|
||||
"name": "OptiFine",
|
||||
"type": "Legacy",
|
||||
"checkPNG": false,
|
||||
"model": "auto",
|
||||
"cape": "https://optifine.net/capes/{USERNAME}.png"
|
||||
},
|
||||
{
|
||||
"name": "Wynntils",
|
||||
"type": "WynntilsAPI",
|
||||
"root": "https://athena.wynntils.com/user/getInfo"
|
||||
},
|
||||
{
|
||||
"name": "CloakPlus",
|
||||
"type": "Legacy",
|
||||
"checkPNG": false,
|
||||
"model": "auto",
|
||||
"cape": "http://161.35.130.99/capes/{USERNAME}.png"
|
||||
},
|
||||
{
|
||||
"name": "LabyMod",
|
||||
"type": "Legacy",
|
||||
"checkPNG": false,
|
||||
"model": "auto",
|
||||
"cape": "https://dl.labymod.net/capes/{STANDARD_UUID}"
|
||||
},
|
||||
{
|
||||
"name": "Cosmetica",
|
||||
"type": "Legacy",
|
||||
"checkPNG": false,
|
||||
"model": "auto",
|
||||
"cape": "https://api.cosmetica.cc/get/cloak?username\u003d{USERNAME}\u0026uuid\u003d{STANDARD_UUID}\u0026nothirdparty"
|
||||
}
|
||||
],
|
||||
"enableDynamicSkull": true,
|
||||
"enableTransparentSkin": true,
|
||||
"forceLoadAllTextures": true,
|
||||
"enableCape": true,
|
||||
"threadPoolSize": 8,
|
||||
"enableLogStdOut": false,
|
||||
"cacheExpiry": 30,
|
||||
"forceUpdateSkull": false,
|
||||
"enableLocalProfileCache": false,
|
||||
"enableCacheAutoClean": false,
|
||||
"forceDisableCache": false
|
||||
}
|
||||
Reference in New Issue
Block a user