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 07be2cc commit d844818Copy full SHA for d844818
src/main/java/net/coderbot/iris/compat/sodium/SodiumVersionCheck.java
@@ -12,7 +12,7 @@ public class SodiumVersionCheck {
12
// of pain. So don't forget!
13
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
14
// Dev version
15
- AllowedSodiumVersion.exact("0.4.2-build.16",
+ AllowedSodiumVersion.exact("0.4.2+build.16",
16
"https://modrinth.com/mod/sodium/version/mc1.19-0.4.2"),
17
18
// For use by ReplayMod
0 commit comments