Skip to content

Commit

Permalink
Update to show supported fabric versions
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Sep 14, 2020
1 parent ca4ea6b commit 671332f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,25 @@ curseforge {
releaseType = 'release'
addGameVersion '1.16.3'
addGameVersion '1.16.2'
addGameVersion '1.16.1'
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")) {
displayName = "$archivesBaseName-$version"
relations {
requiredDependency 'fabric-api'
embeddedLibrary 'cloth-config'
embeddedLibrary 'auto-config-updated-api'
optionalDependency 'modmenu'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": ">=1.16"
"minecraft": "*"
},

"suggests": {
Expand Down

0 comments on commit 671332f

Please sign in to comment.