Skip to content

Commit

Permalink
Update SodiumVersionCheck.java
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS authored Jun 7, 2022
1 parent 68bab0f commit 07be2cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public class SodiumVersionCheck {
// of pain. So don't forget!
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
// Dev version
AllowedSodiumVersion.exact("0.4.2-beta.1",
"https://modrinth.com/mod/sodium/version/mc1.19-0.4.1"),
AllowedSodiumVersion.exact("0.4.2-build.16",
"https://modrinth.com/mod/sodium/version/mc1.19-0.4.2"),

// For use by ReplayMod
AllowedSodiumVersion.prefix("0.4.1+replaymod")
AllowedSodiumVersion.prefix("0.4.2+replaymod")
);

public static String getDownloadLink() {
Expand Down

0 comments on commit 07be2cc

Please sign in to comment.