Skip to content

Commit

Permalink
build(cmds): add support for Minecraft 1.21+ (#147)
Browse files Browse the repository at this point in the history
Release-As: 2.0.1+1.21
  • Loading branch information
axieum committed Jun 27, 2024
1 parent 0ab1aa7 commit 62ef5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecord-cmds/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"depends": {
"java": ">=21",
"minecraft": "~1.20.5",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"fabric-lifecycle-events-v1": "*",
"minecord-api": "*",
Expand Down

0 comments on commit 62ef5a8

Please sign in to comment.