From 04bcfd8617c4976694cbc7ecc77906a290b7593c Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 13 Sep 2024 17:02:02 +0200 Subject: [PATCH] skin url fix --- web/CustomSkinLoader/CustomSkinLoader.json | 3 +-- web/index.toml | 2 +- web/pack.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/CustomSkinLoader/CustomSkinLoader.json b/web/CustomSkinLoader/CustomSkinLoader.json index 06d2376..9763b9a 100644 --- a/web/CustomSkinLoader/CustomSkinLoader.json +++ b/web/CustomSkinLoader/CustomSkinLoader.json @@ -1,11 +1,10 @@ { "enable": true, "loadlist": [ - { "name": "Piel de patata", "type": "CustomSkinAPI", - "root": "https://auth.oier.ovh" + "root": "https://auth.oier.ovh/csl/" }, { "name": "Mojang", diff --git a/web/index.toml b/web/index.toml index cac6f1e..ff874d0 100644 --- a/web/index.toml +++ b/web/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "CustomSkinLoader/CustomSkinLoader.json" -hash = "aa20b154cb057b68120392c6e4851b896d86663c0b7dc1329623eaed11b8252b" +hash = "d04f62aca3cc1cead28fb88858cdf0742d6f4a899a54a059dfde0889b52b08e1" [[files]] file = "authlib-injector-1.2.5.jar" diff --git a/web/pack.toml b/web/pack.toml index 1680ebd..82d3c77 100644 --- a/web/pack.toml +++ b/web/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bc712ddc5cee3b0c6a80523ba23102bcac101580d4621c6d9f30941a034dc752" +hash = "0608a7c68db1b2aecdd8136ae53545d298bff8a0722415397f618402f8e213eb" [versions] forge = "47.3.7"