Skip to content

Commit

Permalink
Add Minecraft version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Oct 3, 2023
1 parent a7420bb commit 6bed34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"depends": {
"fabricloader": ">=0.14.8",
"fabric-api": "*",
"java": ">=17"
"java": ">=17",
"minecraft": ">=1.20.2"
},
"breaks": {
"vanish": "*",
Expand Down

0 comments on commit 6bed34e

Please sign in to comment.