Skip to content

Commit

Permalink
Update various features!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixces committed Jul 16, 2024
1 parent 56e594c commit 893b31d
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 @@ -4,8 +4,8 @@ org.gradle.parallel=true

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

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

# Dependencies
fabric_version=0.97.5+1.20.5
fabric_version=0.97.8+1.20.6
modmenu_version=10.0.0-beta.1
yacl_version=3.4.0+1.20.5
devauth_version=1.2.0
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ">=1.20.5 <=1.20.6",
"minecraft": "~1.20.6",
"java": ">=21",
"fabric-api": "*",
"yet_another_config_lib_v3": "*"
Expand Down

0 comments on commit 893b31d

Please sign in to comment.