Skip to content

Commit

Permalink
Switch fabric dependency to fabric-api
Browse files Browse the repository at this point in the history
Closes #326
  • Loading branch information
SHsuperCM committed Dec 16, 2024
1 parent 463922a commit 9c41c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"citresewn.mixins.json"
],
"depends": {
"fabric": "*",
"fabric-api": "*",
"fabricloader": "*",
"minecraft": "${mod_target_mc}"
},
Expand Down

1 comment on commit 9c41c46

@SHsuperCM
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(cherry picked from old branch)

Please sign in to comment.