Skip to content

Commit

Permalink
Update Mod to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Razuuu committed May 12, 2024
1 parent 65d670c commit ec3681b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/develop/#latest-versions
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.11

# Mod Properties
mod_version = 2.0.8
Expand All @@ -14,7 +14,7 @@ archives_base_name = advanced-hud-fabric

# Dependencies
# Fabric api - See https://fabricmc.net/develop/
fabric_version=0.97.7+1.20.5
fabric_version=0.98.0+1.20.6
# Fabric api - See https://fabricmc.net/develop/
fabric_loom_version=1.6-SNAPSHOT
# ModMenu api - See https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"advancedhud.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ">=1.20.5",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.20.6",
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
}
Expand Down

0 comments on commit ec3681b

Please sign in to comment.