Merge remote-tracking branch 'origin/feature_commands' into integration_butchery
This commit is contained in:
commit
7fd56a30bd
12 changed files with 185 additions and 73 deletions
|
@ -423,6 +423,11 @@ bool OneSixInstance::providesVersionFile() const
|
|||
return false;
|
||||
}
|
||||
|
||||
bool OneSixInstance::reload()
|
||||
{
|
||||
return BaseInstance::reload() && reloadVersion();
|
||||
}
|
||||
|
||||
QString OneSixInstance::loaderModsDir() const
|
||||
{
|
||||
return PathCombine(minecraftRoot(), "mods");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue