Skip to content

Commit

Permalink
build(api): add support for Minecraft 1.21.3+ (#159)
Browse files Browse the repository at this point in the history
Release-As: 2.0.1+1.21.3
  • Loading branch information
axieum committed Nov 9, 2024
1 parent 9194204 commit 52a78d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mod_version = 2.0.1+1.21
## {x-release-please-end}

# Dependencies
cloth_config_version = 15.0.127
cloth_config_version = 16.0.141
emoji_java_version = 5.1.1
fabric_tailor_version = 2.4.2
jda_version = 5.0.0-beta.23
log4j_version = 2.23.1
placeholder_api_version = 2.4.0-pre.2+1.21
fabric_tailor_version = 2.5.2
jda_version = 5.2.0
log4j_version = 2.24.1
placeholder_api_version = 2.5.0+1.21.2
4 changes: 2 additions & 2 deletions minecord-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"minecraft": "~1.21.3",
"fabricloader": ">=0.16.8",
"fabric-lifecycle-events-v1": "*",
"placeholder-api": "*"
},
Expand Down

0 comments on commit 52a78d8

Please sign in to comment.