diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-04 01:48:36 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-04 01:48:36 +0100 |
commit | ec2732ccd16778c433d2312793b65edb131bc7c5 (patch) | |
tree | 3f19f3df7e3d6fac24bcbc465f2c9be572e4ee94 /api/logic/net/URLConstants.h | |
parent | 4b7971f60fd7ab7cbbd6fd50b14e9361fe6de036 (diff) | |
download | MultiMC-ec2732ccd16778c433d2312793b65edb131bc7c5.tar MultiMC-ec2732ccd16778c433d2312793b65edb131bc7c5.tar.gz MultiMC-ec2732ccd16778c433d2312793b65edb131bc7c5.tar.lz MultiMC-ec2732ccd16778c433d2312793b65edb131bc7c5.tar.xz MultiMC-ec2732ccd16778c433d2312793b65edb131bc7c5.zip |
NOISSUE update FTB URLs
Diffstat (limited to 'api/logic/net/URLConstants.h')
-rw-r--r-- | api/logic/net/URLConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/net/URLConstants.h b/api/logic/net/URLConstants.h index 5365894b..0219a446 100644 --- a/api/logic/net/URLConstants.h +++ b/api/logic/net/URLConstants.h @@ -29,6 +29,7 @@ const QString IMGUR_BASE_URL("https://api.imgur.com/3/"); const QString FMLLIBS_OUR_BASE_URL("https://files.multimc.org/fmllibs/"); const QString FMLLIBS_FORGE_BASE_URL("https://files.minecraftforge.net/fmllibs/"); const QString TRANSLATIONS_BASE_URL("https://files.multimc.org/translations/"); +const QString FTB_CDN_BASE_URL("https://ftb.forgecdn.net/FTB2/"); QString getJarPath(QString version); QString getLegacyJarUrl(QString version); |