From 98f7519cb25b6d99d77d0665b18bf0b2a13804fe Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 13 Sep 2024 16:44:12 +0200 Subject: [PATCH] custom skin --- web/CustomSkinLoader/CustomSkinLoader.json | 15 +++++++++++++++ web/index.toml | 9 +++++++++ web/mods/customskinloader.pw.toml | 13 +++++++++++++ web/pack.toml | 2 +- 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 web/CustomSkinLoader/CustomSkinLoader.json create mode 100644 web/mods/customskinloader.pw.toml diff --git a/web/CustomSkinLoader/CustomSkinLoader.json b/web/CustomSkinLoader/CustomSkinLoader.json new file mode 100644 index 0000000..06d2376 --- /dev/null +++ b/web/CustomSkinLoader/CustomSkinLoader.json @@ -0,0 +1,15 @@ +{ + "enable": true, + "loadlist": [ + + { + "name": "Piel de patata", + "type": "CustomSkinAPI", + "root": "https://auth.oier.ovh" + }, + { + "name": "Mojang", + "type": "MojangAPI" + } + ] +} diff --git a/web/index.toml b/web/index.toml index a240fcf..5c65059 100644 --- a/web/index.toml +++ b/web/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "CustomSkinLoader/CustomSkinLoader.json" +hash = "aa20b154cb057b68120392c6e4851b896d86663c0b7dc1329623eaed11b8252b" + [[files]] file = "authlib-injector-1.2.5.jar" hash = "3bc9ebdc583b36abd2a65b626c4b9f35f21177fbf42a851606eaaea3fd42ee0f" @@ -1445,6 +1449,11 @@ file = "mods/curios.pw.toml" hash = "ead7066d6c446bdfed73aca9617f070b8a034545f8d30125228cd4fc42e44e70" metafile = true +[[files]] +file = "mods/customskinloader.pw.toml" +hash = "6eb9f775db62f24436102bd2be1098e817b6ffa007a78d633c4c4b7e7781e7d6" +metafile = true + [[files]] file = "mods/cyclops-core.pw.toml" hash = "67aff581a74c8df21ccc62bae035469f7bc4ad43ee5edeb2295f2d9e42b8043f" diff --git a/web/mods/customskinloader.pw.toml b/web/mods/customskinloader.pw.toml new file mode 100644 index 0000000..4d174cd --- /dev/null +++ b/web/mods/customskinloader.pw.toml @@ -0,0 +1,13 @@ +name = "CustomSkinLoader" +filename = "CustomSkinLoader_ForgeV2-14.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/idMHQ4n2/versions/CBwU6CS2/CustomSkinLoader_ForgeV2-14.20.jar" +hash-format = "sha1" +hash = "aaa14f86ad6b6f3b2edd923238ba972b6f2599cc" + +[update] +[update.modrinth] +mod-id = "idMHQ4n2" +version = "CBwU6CS2" diff --git a/web/pack.toml b/web/pack.toml index a56ae5a..d97a249 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 = "3ecc7f5a48f64a0906f06ddffd9449f6e2b13c478b5abe884f45af8f3529cd79" +hash = "423eae52c3e1d774be517eb11e6baa00a17accb0b2a44df237332d575f7ed765" [versions] forge = "47.3.7"