We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3435d commit 2401262Copy full SHA for 2401262
app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/modloaders/BTADownloadTask.java
@@ -83,6 +83,8 @@ private void createProfile(String btaVersionId) throws IOException {
83
MinecraftProfile btaProfile = new MinecraftProfile();
84
btaProfile.lastVersionId = btaVersionId;
85
btaProfile.name = "Better than Adventure!";
86
+ // Allows for smooth upgrades
87
+ btaProfile.gameDir = "./custom_instances/better_than_adventure";
88
btaProfile.icon = tryDownloadIcon();
89
LauncherProfiles.insertMinecraftProfile(btaProfile);
90
LauncherProfiles.write();
0 commit comments