Skip to content

Commit

Permalink
fix: add fabric api to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Dec 30, 2024
1 parent 4f18312 commit 5617e52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"x-backup.mixins.json"
],
"depends": {
"fabric-api": "*",
"fabric-language-kotlin": ">=1.12",
"fabricloader": ">=0.15",
"minecraft": "${mcdep}",
"fabric-language-kotlin": ">=1.12"
"minecraft": "${mcdep}"
}
}

0 comments on commit 5617e52

Please sign in to comment.