From 853405afe7b2250dcccc76e9d92f5fd33dc0d7f2 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 7 Jun 2026 22:38:30 +0200 Subject: [PATCH] chore(skins): point CustomSkinLoader at auth.ulicraft.net Update apiRoot/sessionRoot from the old .lan domain to .net. Co-Authored-By: Claude Opus 4.8 (1M context) --- pack/CustomSkinLoader/CustomSkinLoader.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack/CustomSkinLoader/CustomSkinLoader.json b/pack/CustomSkinLoader/CustomSkinLoader.json index 62a0d92..aa3449e 100644 --- a/pack/CustomSkinLoader/CustomSkinLoader.json +++ b/pack/CustomSkinLoader/CustomSkinLoader.json @@ -4,8 +4,8 @@ { "name": "Ulicraft Skins", "type": "MojangAPI", - "apiRoot": "https://auth.ulicraft.lan/account/", - "sessionRoot": "https://auth.ulicraft.lan/session/" + "apiRoot": "https://auth.ulicraft.net/account/", + "sessionRoot": "https://auth.ulicraft.net/session/" } ] }