Initial FTB support. Allows "tracking" of FTB instances.
This commit is contained in:
committed by
Petr Mrázek
parent
34a3fedf7b
commit
82c87aa06f
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user