We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a313f57 commit 812348dCopy full SHA for 812348d
src/main/java/net/coderbot/iris/compat/sodium/SodiumVersionCheck.java
@@ -13,7 +13,7 @@ public class SodiumVersionCheck {
13
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
14
// Official 0.3.4
15
AllowedSodiumVersion.exact("0.3.4+build.13",
16
- "https://www.curseforge.com/minecraft/mc-mods/sodium/files/3535040"),
+ "https://www.curseforge.com/minecraft/mc-mods/sodium/files/3605275"),
17
18
// For use by ReplayMod
19
AllowedSodiumVersion.prefix("0.3.4+replaymod")
0 commit comments