From 7c1ab2be576d9ecaaf9a31a366d4e09e9eaeb4a6 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 29 Dec 2025 13:54:17 +0800 Subject: [PATCH] fix(OneClient-Browser): Remove SkyClient Provider Option Closes: https://github.com/Polyfrost/OneLauncher/issues/433 --- .../frontend/src/routes/app/cluster/browser/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/oneclient/frontend/src/routes/app/cluster/browser/index.tsx b/apps/oneclient/frontend/src/routes/app/cluster/browser/index.tsx index a2e71494..3f53f4bf 100644 --- a/apps/oneclient/frontend/src/routes/app/cluster/browser/index.tsx +++ b/apps/oneclient/frontend/src/routes/app/cluster/browser/index.tsx @@ -28,7 +28,10 @@ export const Route = createFileRoute('/app/cluster/browser/')({ }, }); -const PROVIDERS: Array = ['Modrinth', 'CurseForge', 'SkyClient']; +// const PROVIDERS: Array = ['Modrinth', 'CurseForge', 'SkyClient']; +// I don't think SkyClient will get implemented due to hypixel removing 1.8 support and SkyClient is only really for old 1.8 mods that aren't on a provider +// High chance we can just one day nuke the entire unfinished implementation +const PROVIDERS: Array = ['Modrinth', 'CurseForge']; function RouteComponent() { return (