Skip to content

Commit

Permalink
1.21 we said (exams tomorrow nice)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Jun 13, 2024
1 parent 555ea87 commit 733be6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-rc.1"
it.minecraftVersion = "~" + project.minecraft_version
it.fabricLoaderVersion = ">=" + project.loader_version
it.fabricApiVersion = "*"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21-rc1
yarn_mappings=1.21-rc1+build.1
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
Expand Down

0 comments on commit 733be6f

Please sign in to comment.