Skip to content

Commit

Permalink
Update dependency info to accurately reflect supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Sep 14, 2020
1 parent 671332f commit 30cc797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,7 @@ curseforge {
addGameVersion '1.16'
addGameVersion '1.16-snapshot'
addGameVersion '1.15.2'
addGameVersion '1.15.1'
addGameVersion '1.15'
addGameVersion '1.15-snapshot'
addGameVersion '1.14.4'
addGameVersion '1.14.3'
addGameVersion '1.14.2'
addGameVersion '1.14.1'
addGameVersion '1.14'
addGameVersion '1.14-snapshot'
addGameVersion 'Java 8'
addGameVersion 'Fabric'
mainArtifact(new File(new File(buildDir, "libs"), "$archivesBaseName-${version}.jar")) {
Expand Down
7 changes: 2 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "*"
},

"suggests": {
"modmenu": ">=4.0.0"
"fabric-key-binding-api-v1": "*",
"minecraft": ">=1.14.4"
}
}

0 comments on commit 30cc797

Please sign in to comment.