Skip to content

Commit

Permalink
1.20.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tal5 committed Dec 8, 2023
1 parent 566567b commit b8d2798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.20.3
yarn_mappings=1.20.3+build.1
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.0

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

# Dependencies
fabric_version=0.91.1+1.20.3
fabric_version=0.91.1+1.20.4
libgui_version=9.2.0+1.20.2
denizencore_version=1.91.0-SNAPSHOT
snakeyaml_version=1.33
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.14.9",
"fabric-api": "*",
"minecraft": "1.20.3",
"minecraft": "1.20.4",
"java": ">=17"
}
}

0 comments on commit b8d2798

Please sign in to comment.