Skip to content

Commit

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

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

# Mod Properties
Expand All @@ -17,5 +17,5 @@ maven_group=co.secretonline.accessiblestep
archives_base_name=accessible-step

# Dependencies
fabric_version=0.99.4+1.20.6
modmenu_version=10.0.0-beta.1
fabric_version=0.100.1+1.21
modmenu_version=11.0.0-beta.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"recommends": {
"fabricloader": ">=0.15.11",
"minecraft": "1.20.6"
"minecraft": "1.21"
},
"suggests": {
"modmenu": "*"
Expand Down

0 comments on commit c7cdfd4

Please sign in to comment.