Skip to content

Commit

Permalink
Link to Sodium 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jan 18, 2022
1 parent a313f57 commit 812348d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SodiumVersionCheck {
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
// Official 0.3.4
AllowedSodiumVersion.exact("0.3.4+build.13",
"https://www.curseforge.com/minecraft/mc-mods/sodium/files/3535040"),
"https://www.curseforge.com/minecraft/mc-mods/sodium/files/3605275"),

// For use by ReplayMod
AllowedSodiumVersion.prefix("0.3.4+replaymod")
Expand Down

0 comments on commit 812348d

Please sign in to comment.