NOISSUE stop relying on forge servers for old FML libs

This commit is contained in:
Petr Mrázek
2021-04-29 02:32:21 +02:00
parent 8b926d29d7
commit a09d03d71d
4 changed files with 27 additions and 29 deletions

View File

@ -71,8 +71,7 @@ public:
QString AUTH_BASE = "https://authserver.mojang.com/";
QString MOJANG_STATUS_URL = "https://status.mojang.com/check";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_OUR_BASE_URL = "https://files.multimc.org/fmllibs/";
QString FMLLIBS_FORGE_BASE_URL = "https://files.minecraftforge.net/fmllibs/";
QString FMLLIBS_BASE_URL = "https://files.multimc.org/fmllibs/";
QString TRANSLATIONS_BASE_URL = "https://files.multimc.org/translations/";
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";