Skip to content

Commit

Permalink
Set up FMJ dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 27, 2024
1 parent 6e94a01 commit 7d8191b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"${mod_id}.mixins.json"
],
"depends": {
"minecraft": "~${minor_mc_version}",
"fabric": "*",
"fabricloader": ">=0.15.11",
"fabric-language-kotlin": "*",
"minecraft": "~${minor_mc_version}"
"textile": "*",
"omnicore": "*"
}
}

0 comments on commit 7d8191b

Please sign in to comment.