Skip to content

Commit

Permalink
chore(deps): update dependency fabric-loader to v0.14.23 (#101)
Browse files Browse the repository at this point in the history
Refs: a8908dc

refactor: tidy up mixins
Refs: c96bfc3

(cherry picked from commit be5e6d5)
  • Loading branch information
axieum committed Oct 17, 2023
1 parent c96bfc3 commit 3524556
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion minecord-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depends": {
"java": ">=17",
"minecraft": "~1.20.2",
"fabricloader": ">=0.14.17",
"fabricloader": ">=0.14.23",
"fabric-lifecycle-events-v1": "*",
"placeholder-api": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion minecord-chat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depends": {
"java": ">=17",
"minecraft": "~1.20.2",
"fabricloader": ">=0.14.17",
"fabricloader": ">=0.14.23",
"fabric-entity-events-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabric-message-api-v1": "*",
Expand Down
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 @@ -30,7 +30,7 @@
"depends": {
"java": ">=17",
"minecraft": "~1.20.2",
"fabricloader": ">=0.14.17",
"fabricloader": ">=0.14.23",
"fabric-lifecycle-events-v1": "*",
"minecord-api": "*",
"placeholder-api": "*"
Expand Down
2 changes: 1 addition & 1 deletion minecord-presence/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"java": ">=17",
"minecraft": "~1.20.2",
"fabricloader": ">=0.14.17",
"fabricloader": ">=0.14.23",
"fabric-lifecycle-events-v1": "*",
"minecord-api": "*",
"placeholder-api": "*"
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 @@ -25,7 +25,7 @@
"depends": {
"java": ">=17",
"minecraft": "~1.20.2",
"fabricloader": ">=0.14.18"
"fabricloader": ">=0.14.23"
},
"recommends": {
"minecord-api": "*",
Expand Down

0 comments on commit 3524556

Please sign in to comment.