From 0fd78b105adff8a36d6340acef067d319164a43a Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Mon, 30 May 2022 14:39:39 +0200 Subject: [PATCH] fix cursed message --- commands.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands.ts b/commands.ts index 4786b1d..d6adc75 100644 --- a/commands.ts +++ b/commands.ts @@ -62,9 +62,10 @@ export const commands: Commands = { { title: "What's wrong with CurseForge?", description: ` -There is a new option to block third party clients from accessing mod files. CurseForge started to enforce the option for modders to disallow third-party applications like PolyMC and other launchers. +CurseForge added a new option to block third party clients like PolyMC from accessing mod files, and they started to enforce this option lately. -We probably can't fully fix this. We have **already implemented a workaround**. If you find out which mod is causing this, tell the modder to toggle that option. +We can't allow you to download those mods directly from PolyMC, but PolyMC 1.3.1 and higher have a workaround to let modpacks work: letting you to download those opted out mods manually. +We highly encourage asking authors that opted out to stop doing so. `.trim(), color: 'ORANGE', },