Skip to content

Commit

Permalink
build(chat): add support for Minecraft 1.21.3+ (#160)
Browse files Browse the repository at this point in the history
Release-As: 2.1.0+1.21.3
  • Loading branch information
axieum authored Nov 9, 2024
1 parent 1dda7c6 commit 9228a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minecord-chat/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-entity-events-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabric-message-api-v1": "*",
Expand Down

0 comments on commit 9228a3c

Please sign in to comment.