Update FMLLIBS_BASE_URL

Updated FMLLIBS_BASE_URL to https://files.polymc.org/fmllibs/

Fixes #208
This commit is contained in:
Lenny McLennington 2022-02-27 19:40:52 +00:00
parent 84e9ce71b0
commit 148775b3e9
No known key found for this signature in database
GPG Key ID: F0467078ECA45FCB

View File

@ -97,7 +97,7 @@ public:
QString LIBRARY_BASE = "https://libraries.minecraft.net/";
QString AUTH_BASE = "https://authserver.mojang.com/";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_BASE_URL = "https://files.multimc.org/fmllibs/";
QString FMLLIBS_BASE_URL = "https://files.polymc.org/fmllibs/";
QString TRANSLATIONS_BASE_URL = "https://i18n.polymc.org/";
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";