Skip to content

Commit

Permalink
Update dependency versions in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jun 29, 2020
1 parent fa0ff57 commit be7430d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
],

"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*",
"libmultipart": "^0.2.0"
"minecraft": ">=1.16.1",
"fabricloader": ">=0.8.8",
"fabric": ">=0.14.0",
"libmultipart": ">=0.4.0"
}
}

0 comments on commit be7430d

Please sign in to comment.