refactor: FMLLibrariesTask -> LegacyFMLLibrariesTask

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-01-25 16:45:11 +05:00
parent 7945a7c626
commit f0a17d82d9
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
7 changed files with 23 additions and 23 deletions

View file

@ -169,7 +169,7 @@ class Config {
QString DEFAULT_RESOURCE_BASE = "https://resources.download.minecraft.net/";
QString LIBRARY_BASE = "https://libraries.minecraft.net/";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_BASE_URL;
QString LEGACY_FMLLIBS_BASE_URL;
QString TRANSLATION_FILES_URL;
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";