Skip to content

Commit

Permalink
revert back to requiring individual fabric api modules
Browse files Browse the repository at this point in the history
i forgot that you cant launch a dev env with a setup like this while
also having a requirement on the full fat fabric-api. oops.
  • Loading branch information
celestialfault committed Jan 5, 2024
1 parent 541dafa commit 8ef4e55
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 @@ -19,9 +19,10 @@
"mixins": ["toggle-toggle-sprint.mixins.json"],
"depends": {
"fabricloader": ">=0.15",
"fabric-api": "*",
"minecraft": ">=1.20.1",
"java": ">=17"
"java": ">=17",
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
},
"recommends": {
"yet_another_config_lib_v3": "*",
Expand Down

0 comments on commit 8ef4e55

Please sign in to comment.