This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
forked from PojavLauncherTeam/PojavLauncher
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove StringCRC64 since its now useless
Move all ExtraCore constants into a separate class
- Loading branch information
Showing
6 changed files
with
21 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/profiles/ProfileConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package net.kdt.pojavlaunch.profiles; | ||
|
||
public class ProfileConstants { | ||
/* ExtraCore constant: a HashMap for converting values such as latest-snapshot or latest-release to actual game version names */ | ||
public static final String RELEASE_TABLE = "release_table"; | ||
/* ExtraCore constant: an ArrayList of Strings, where each String is a Minecraft version name */ | ||
public static final String VERSION_LIST= "lac_version_list"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 0 additions & 64 deletions
64
app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/profiles/StringCRC64.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters