Skip to content

Commit

Permalink
Update to Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and SecretOnline committed Aug 9, 2024
1 parent fe2e4a0 commit cac9324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ java_version=21

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.4
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.1
loader_version=0.16.0

# Mod Properties
# Note: this version number is updated during release
Expand All @@ -17,5 +17,5 @@ maven_group=co.secretonline.accessiblestep
archives_base_name=accessible-step

# Dependencies
fabric_version=0.100.4+1.21
modmenu_version=11.0.1
fabric_version=0.102.0+1.21.1
modmenu_version=
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"fabric-api": "*"
},
"recommends": {
"fabricloader": ">=0.15.11",
"minecraft": "1.21"
"fabricloader": ">=0.16.0",
"minecraft": "1.21.1"
},
"suggests": {
"modmenu": "*"
Expand Down

0 comments on commit cac9324

Please sign in to comment.