Skip to content

Commit

Permalink
Add back minecraft dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimateBoomer committed Mar 3, 2021
1 parent b94050b commit 83516e4
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 @@ -28,7 +28,8 @@

"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*"
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 83516e4

Please sign in to comment.