Skip to content

Commit 812348d

Browse files
author
IMS212
committed
Link to Sodium 0.3.4
1 parent a313f57 commit 812348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/coderbot/iris/compat/sodium/SodiumVersionCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class SodiumVersionCheck {
1313
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
1414
// Official 0.3.4
1515
AllowedSodiumVersion.exact("0.3.4+build.13",
16-
"https://www.curseforge.com/minecraft/mc-mods/sodium/files/3535040"),
16+
"https://www.curseforge.com/minecraft/mc-mods/sodium/files/3605275"),
1717

1818
// For use by ReplayMod
1919
AllowedSodiumVersion.prefix("0.3.4+replaymod")

0 commit comments

Comments
 (0)