mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-11 21:55:34 -04:00
Fix[bta_profile]: set custom game directory
This commit is contained in:
parent
4903cfc8d3
commit
740568fafa
@ -83,6 +83,8 @@ public class BTADownloadTask implements Runnable {
|
||||
MinecraftProfile btaProfile = new MinecraftProfile();
|
||||
btaProfile.lastVersionId = btaVersionId;
|
||||
btaProfile.name = "Better than Adventure!";
|
||||
// Allows for smooth upgrades
|
||||
btaProfile.gameDir = "./custom_instances/better_than_adventure";
|
||||
btaProfile.icon = tryDownloadIcon();
|
||||
LauncherProfiles.insertMinecraftProfile(btaProfile);
|
||||
LauncherProfiles.write();
|
||||
|
Loading…
x
Reference in New Issue
Block a user