Skip to content

Commit 2401262

Browse files
committed
Fix[bta_profile]: set custom game directory
1 parent ee3435d commit 2401262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/modloaders/BTADownloadTask.java

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ private void createProfile(String btaVersionId) throws IOException {
8383
MinecraftProfile btaProfile = new MinecraftProfile();
8484
btaProfile.lastVersionId = btaVersionId;
8585
btaProfile.name = "Better than Adventure!";
86+
// Allows for smooth upgrades
87+
btaProfile.gameDir = "./custom_instances/better_than_adventure";
8688
btaProfile.icon = tryDownloadIcon();
8789
LauncherProfiles.insertMinecraftProfile(btaProfile);
8890
LauncherProfiles.write();

0 commit comments

Comments
 (0)