mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -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();
|
MinecraftProfile btaProfile = new MinecraftProfile();
|
||||||
btaProfile.lastVersionId = btaVersionId;
|
btaProfile.lastVersionId = btaVersionId;
|
||||||
btaProfile.name = "Better than Adventure!";
|
btaProfile.name = "Better than Adventure!";
|
||||||
|
// Allows for smooth upgrades
|
||||||
|
btaProfile.gameDir = "./custom_instances/better_than_adventure";
|
||||||
btaProfile.icon = tryDownloadIcon();
|
btaProfile.icon = tryDownloadIcon();
|
||||||
LauncherProfiles.insertMinecraftProfile(btaProfile);
|
LauncherProfiles.insertMinecraftProfile(btaProfile);
|
||||||
LauncherProfiles.write();
|
LauncherProfiles.write();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user