GH-1853 fix FTB and parsing of old version files
This commit is contained in:
parent
2aaf9827a6
commit
07cde802e4
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ void FTBProfileStrategy::loadDefaultBuiltinPatches()
|
|||
|
||||
// adapt the loaded file - the FTB patch file format is different than ours.
|
||||
file->minecraftVersion.clear();
|
||||
file->mainJar = nullptr;
|
||||
for(auto addLib: file->libraries)
|
||||
{
|
||||
addLib->setHint("local");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue