Skip to content

Commit

Permalink
Fix FMJ's Minecraft dependency
Browse files Browse the repository at this point in the history
This will be left for the next release
  • Loading branch information
EnnuiL committed Dec 3, 2024
1 parent 0c9d39a commit e9677e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"ok_zoomer_fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.7",
"minecraft": ">=1.21.2 <1.22",
"fabric-api": ">=0.106.0"
"fabricloader": ">=0.16.9",
"minecraft": ">=1.21.4 <1.22",
"fabric-api": ">=0.110.5"
},
"custom": {
"mc-publish": {
Expand Down

0 comments on commit e9677e4

Please sign in to comment.