Skip to content

Commit

Permalink
deps: update dependencies for Minecraft 1.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum committed Jun 13, 2024
1 parent 78a65e3 commit 8dd2faa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ mod_id = authme
mod_name = Auth Me
mod_description = Authenticate yourself in Minecraft and re-validate your session
## {x-release-please-start-version}
mod_version = 9.0.0+1.21
mod_version = 8.0.0+1.20.5
## {x-release-please-end}

# Fabric
minecraft_version = 1.21-pre4
minecraft_version = 1.21
loader_version = 0.15.11
yarn_mappings = 1.21-pre4+build.1
fabric_version = 0.99.5+1.21
yarn_mappings = 1.21+build.1
fabric_version = 0.100.1+1.21

# Dependencies
cloth_config_version = 14.0.126
cloth_config_version = 15.0.127
mod_menu_version = 11.0.0-beta.1

checkstyle_version = 10.15.0
Expand All @@ -22,7 +22,7 @@ junit_jupiter_version = 5.10.2

# CurseForge
cf_project_id = 356643
cf_game_versions = Fabric, Java 21, 1.20.5
cf_game_versions = Fabric, Java 21, 1.21
cf_relations_required = fabric-api
cf_relations_optional = modmenu
cf_relations_embedded = cloth-config
Expand All @@ -31,7 +31,7 @@ cf_relations_incompatible =

# Modrinth
mr_project_id = yjgIrBjZ
mr_game_versions = 1.20.5
mr_game_versions = 1.21
mr_relations_required = P7dR8mSH
mr_relations_optional = mOgUt4GM
mr_relations_incompatible =
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 @@ -35,7 +35,7 @@
],
"depends": {
"java": ">=21",
"minecraft": "~1.21-",
"minecraft": "~1.21",
"fabricloader": ">=0.14.18",
"fabric-lifecycle-events-v1": "*",
"fabric-resource-loader-v0": "*",
Expand Down

0 comments on commit 8dd2faa

Please sign in to comment.