From 60960411349befcd5bbc7bc43c3993108aa1b7a4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 26 Jun 2025 00:10:05 -0400 Subject: [PATCH] add custom skin loader config --- config/CustomSkinLoader/ExtraList/drasl.inx.moe.json | 6 ++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config/CustomSkinLoader/ExtraList/drasl.inx.moe.json diff --git a/config/CustomSkinLoader/ExtraList/drasl.inx.moe.json b/config/CustomSkinLoader/ExtraList/drasl.inx.moe.json new file mode 100644 index 0000000..6de9992 --- /dev/null +++ b/config/CustomSkinLoader/ExtraList/drasl.inx.moe.json @@ -0,0 +1,6 @@ +{ + "name": "INX Drasl", + "type": "MojangAPI", + "apiRoot": "https://drasl.inx.moe/account/", + "sessionRoot": "https://drasl.inx.moe/session/" +} diff --git a/index.toml b/index.toml index 3d8c116..4349beb 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/CustomSkinLoader/ExtraList/drasl.inx.moe.json" +hash = "c3f4812cd982a17b2841a8b6a773626e0ac235a8f6d09d7ddf93ff0fa0cc0e96" + [[files]] file = "config/builtinservers.json" hash = "3b6250b08ceaa946b97e6fdf262e0f6672092999f447b4f2451902d7354b87a5" diff --git a/pack.toml b/pack.toml index d91bf81..e719ad3 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9f16d5207ea9fbccb24c7fcb4cd5115ed0db3d717a95d8d07ac88cbc3e693d16" +hash = "573b72ba26ceab517b84933e39b7bf671588d86f924ea223facec1bc32ca1663" [versions] minecraft = "1.19.2"