Underp. Don't depend on OneSix. Nicer "menu" style choosing.
This commit is contained in:
parent
3b236483df
commit
8219dbf612
15 changed files with 96 additions and 125 deletions
|
@ -228,6 +228,7 @@ MinecraftProcess *OneSixInstance::prepareForLaunch(AuthSessionPtr session)
|
|||
launchScript += "ext " + finfo.absoluteFilePath() + "\n";
|
||||
}
|
||||
launchScript += "natives " + natives_dir.absolutePath() + "\n";
|
||||
launchScript += "launcher onesix\n";
|
||||
|
||||
// create the process and set its parameters
|
||||
MinecraftProcess *proc = new MinecraftProcess(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue