Skip to content

Commit

Permalink
Update depends block in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Sep 17, 2023
1 parent 8022a7c commit 4afaa63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"icon": "kirin_logo.png",
"environment": "*",
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "${minecraftVersion}",
"fabricloader": "${loaderVersion}",
"java": ">=17",
"fabric-api-base": ">=0.1.0",
"fabric-lifecycle-events-v1": ">=0.1.0"
"fabric-api": "${fabricVersion}"
},
"suggests": {
"fabric-key-binding-api-v1": ">=0.1.0",
Expand Down

0 comments on commit 4afaa63

Please sign in to comment.