mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Feat[fabric]: only use the modloader name for the profile
This commit is contained in:
parent
ee7f87a820
commit
c599ee9f6a
@ -60,7 +60,7 @@ public class FabriclikeDownloadTask implements Runnable, Tools.DownloaderFeedbac
|
||||
LauncherProfiles.load();
|
||||
MinecraftProfile fabricProfile = new MinecraftProfile();
|
||||
fabricProfile.lastVersionId = versionId;
|
||||
fabricProfile.name = "Minecraft " + mGameVersion + " with " + mUtils.getName()+ " " + mLoaderVersion;
|
||||
fabricProfile.name = mUtils.getName();
|
||||
LauncherProfiles.insertMinecraftProfile(fabricProfile);
|
||||
LauncherProfiles.write();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user