Skip to content

Commit 1dda7c6

Browse files
authored
build(api): add support for Minecraft 1.21.3+ (#159)
Release-As: 2.1.0+1.21.3
1 parent 9194204 commit 1dda7c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

minecord-api/gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ mod_version = 2.0.1+1.21
77
## {x-release-please-end}
88

99
# Dependencies
10-
cloth_config_version = 15.0.127
10+
cloth_config_version = 16.0.141
1111
emoji_java_version = 5.1.1
12-
fabric_tailor_version = 2.4.2
13-
jda_version = 5.0.0-beta.23
14-
log4j_version = 2.23.1
15-
placeholder_api_version = 2.4.0-pre.2+1.21
12+
fabric_tailor_version = 2.5.2
13+
jda_version = 5.2.0
14+
log4j_version = 2.24.1
15+
placeholder_api_version = 2.5.0+1.21.2

minecord-api/src/main/resources/fabric.mod.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
],
3636
"depends": {
3737
"java": ">=21",
38-
"minecraft": "~1.21",
39-
"fabricloader": ">=0.14.23",
38+
"minecraft": "~1.21.3",
39+
"fabricloader": ">=0.16.8",
4040
"fabric-lifecycle-events-v1": "*",
4141
"placeholder-api": "*"
4242
},

0 commit comments

Comments
 (0)