Skip to content

Commit

Permalink
fix: Fix Fabric dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 8, 2024
1 parent d7a929e commit 45cc61a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
],

"depends": {
"fabricloader": ">=0.14",
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": "*",
"balm-fabric": "*",
"minecraft": ">=1.20.2",
"java": ">=17"
"minecraft": "${minecraft_version_range}",
"java": ">=${java_version}"
},
"suggests": {
},
Expand Down

0 comments on commit 45cc61a

Please sign in to comment.