NOISSUE add support for Flame packs with resource packs
And a bunch of undefined things we don't handle intentionally just yet...
This commit is contained in:
parent
32a2cb5a0d
commit
3fb4ce713f
6 changed files with 69 additions and 7 deletions
|
@ -297,8 +297,8 @@ void InstanceImportTask::processFlame()
|
|||
m_filesNetJob.reset(new NetJob(tr("Mod download")));
|
||||
for(auto result: results.files)
|
||||
{
|
||||
auto path = FS::PathCombine(m_stagingPath, "minecraft/mods", result.fileName);
|
||||
auto dl = Net::Download::makeFile(result.url,path);
|
||||
auto path = FS::PathCombine(m_stagingPath ,"minecraft", result.targetFolder, result.fileName);
|
||||
auto dl = Net::Download::makeFile(result.url, path);
|
||||
m_filesNetJob->addNetAction(dl);
|
||||
}
|
||||
m_modIdResolver.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue