Skip to content

Commit

Permalink
more versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasualix committed Mar 11, 2024
1 parent 7be430a commit 946f437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jar {
}
}

String[] supportedGameVersions = new String[]{"${minecraft_version}"}
String[] supportedGameVersions = new String[]{"${minecraft_version}", "1.19.2", "1.20.1"}
String currentChangeLog = file("CHANGELOG.md").getText("UTF-8");

modrinth {
Expand Down

0 comments on commit 946f437

Please sign in to comment.