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 (