Skip to content

Commit d844818

Browse files
author
IMS
authored
take two
1 parent 07be2cc commit d844818

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
@@ -12,7 +12,7 @@ public class SodiumVersionCheck {
1212
// of pain. So don't forget!
1313
private static final ImmutableList<AllowedSodiumVersion> ALLOWED_SODIUM_VERSIONS = ImmutableList.of(
1414
// Dev version
15-
AllowedSodiumVersion.exact("0.4.2-build.16",
15+
AllowedSodiumVersion.exact("0.4.2+build.16",
1616
"https://modrinth.com/mod/sodium/version/mc1.19-0.4.2"),
1717

1818
// For use by ReplayMod

0 commit comments

Comments
 (0)