Initial FTB support. Allows "tracking" of FTB instances.
This commit is contained in:
parent
34a3fedf7b
commit
82c87aa06f
16 changed files with 644 additions and 68 deletions
|
@ -159,6 +159,7 @@ ForgeListLoadTask::ForgeListLoadTask(ForgeVersionList *vlist) : Task()
|
|||
|
||||
void ForgeListLoadTask::executeTask()
|
||||
{
|
||||
setStatus(tr("Fetching Forge version list"));
|
||||
auto job = new NetJob("Version index");
|
||||
// we do not care if the version is stale or not.
|
||||
auto forgeListEntry = MMC->metacache()->resolveEntry("minecraftforge", "list.json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue