Skip to content

Commit

Permalink
Bump deps for 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tal5 committed Jun 26, 2023
1 parent ee73495 commit e4b3a40
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
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Fabric Properties
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.8
loader_version=0.14.21

# Mod Properties
Expand All @@ -14,8 +14,8 @@ maven_group = com.denizenscript
archives_base_name = clientizen

# Dependencies
fabric_version=0.83.0+1.19.4
libgui_version=7.1.0+1.19.4
fabric_version=0.84.0+1.20.1
libgui_version=8.0.0+1.20
denizencore_version=1.91.0-SNAPSHOT
snakeyaml_version=1.33
devauth_version=1.1.1
devauth_version=1.1.2
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"depends": {
"fabricloader": ">=0.14.9",
"fabric-api": "*",
"minecraft": "~1.19",
"minecraft": "~1.20.1",
"java": ">=17"
}
}

0 comments on commit e4b3a40

Please sign in to comment.