Download and cache FML libs for legacy minecraft versions.
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
This commit is contained in:
parent
bf1632e4ed
commit
565dab24b5
8 changed files with 195 additions and 2 deletions
|
@ -34,4 +34,6 @@ extern const QString MOJANG_STATUS_URL;
|
|||
extern const QString MOJANG_STATUS_NEWS_URL;
|
||||
extern const QString LITELOADER_URL;
|
||||
extern const QString IMGUR_BASE_URL;
|
||||
extern const QString FMLLIBS_OUR_BASE_URL;
|
||||
extern const QString FMLLIBS_FORGE_BASE_URL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue