Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Jun 11, 2024
1 parent 233ddb6 commit e6c614c
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 @@ -51,7 +51,7 @@ mmodding {
addMixin("extravaganza.mixins.json")
withDependencies {
it.javaVersion = ">=" + 21
it.minecraftVersion = "~" + "1.21-beta.3"
it.minecraftVersion = "~" + "1.21-rc.1"
it.fabricLoaderVersion = ">=" + project.loader_version
it.fabricApiVersion = "*"
}
Expand Down

0 comments on commit e6c614c

Please sign in to comment.