Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Updated to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jun 7, 2023
1 parent 0656194 commit 0f24a2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21

mod_version = 1.0.0
mod_version = 1.1.0
maven_group = de.florianmichael
archives_base_name = dstathud

fabric_version=0.79.0+1.19.4
fabric_version=0.83.0+1.20
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

"depends": {
"fabricloader": ">=0.14.19",
"minecraft": "~1.19.4",
"minecraft": "~1.20",
"java": ">=17"
}
}

0 comments on commit 0f24a2d

Please sign in to comment.