NOISSUE remove dependency of legacy mod list on the Mod class
This commit is contained in:
parent
f5f3149dcf
commit
40c9af1a8b
7 changed files with 13 additions and 64 deletions
|
@ -107,11 +107,6 @@ std::shared_ptr<LegacyModList> LegacyInstance::jarModList() const
|
|||
return jar_mod_list;
|
||||
}
|
||||
|
||||
QList<Mod> LegacyInstance::getJarMods() const
|
||||
{
|
||||
return jarModList()->allMods();
|
||||
}
|
||||
|
||||
QString LegacyInstance::gameRoot() const
|
||||
{
|
||||
QFileInfo mcDir(FS::PathCombine(instanceRoot(), "minecraft"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue