add custom skin loader

This commit is contained in:
Infinidoge 2025-06-25 23:57:39 -04:00
parent cdf875c722
commit 4233d63c3c
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA
3 changed files with 19 additions and 1 deletions

View file

@ -97,6 +97,11 @@ file = "mods/createaddition.pw.toml"
hash = "a9ce775ad8094d9da1bfcb706e0c40c2abf2f4cc4a0c6ffe221408f01af10f24" hash = "a9ce775ad8094d9da1bfcb706e0c40c2abf2f4cc4a0c6ffe221408f01af10f24"
metafile = true metafile = true
[[files]]
file = "mods/customskinloader.pw.toml"
hash = "f7a6fdc23dcdab277af9147a96fd7d3b733498883419b3fdba650bb1e5ce1cbc"
metafile = true
[[files]] [[files]]
file = "mods/delightful-creators.pw.toml" file = "mods/delightful-creators.pw.toml"
hash = "df225f28f7e393c8a707d5645efe7d4944c524c861a873a9b04d8586beb365dd" hash = "df225f28f7e393c8a707d5645efe7d4944c524c861a873a9b04d8586beb365dd"

View file

@ -0,0 +1,13 @@
name = "CustomSkinLoader"
filename = "CustomSkinLoader_Fabric-14.24.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/idMHQ4n2/versions/rHrSuH9N/CustomSkinLoader_Fabric-14.24.jar"
hash-format = "sha512"
hash = "4a2deeb720ffbca681d6cbc62c7a2c6c9ced41c74e634d0ebbca53642859d1e397227f4f5d93434bf5e4cab7cfef2ee278c0171e5612898a078efcc7dcb9b128"
[update]
[update.modrinth]
mod-id = "idMHQ4n2"
version = "rHrSuH9N"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "e18c0571e5acd283a0f1424e6039dbb3b81b75668e7c78e7362490aa7142af13" hash = "9f16d5207ea9fbccb24c7fcb4cd5115ed0db3d717a95d8d07ac88cbc3e693d16"
[versions] [versions]
minecraft = "1.19.2" minecraft = "1.19.2"