Skip to content

Commit

Permalink
Update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Dec 21, 2024
1 parent 7253793 commit d79027e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ publishMods {
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
projectDescription = rootProject.file("README.md").text
minecraftVersionRange {
start = "1.21"
end = "1.21.1"
start = "1.21.2"
end = "1.21.3"
}
requires {
id = "P7dR8mSH"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9
fabric_version=0.110.0+1.21.1
fabric_version=0.110.0+1.21.3

mod_version=2.4
mod_version=2.5
maven_group=pl.kosma
archives_base_name=geodesy

0 comments on commit d79027e

Please sign in to comment.