Skip to content

Commit

Permalink
gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Nov 22, 2024
1 parent a54204a commit 2777fc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if (System.getenv("CURSEFORGE_TOKEN") != null) {
changelog = project.changelog
releaseType = 'release'
addGameVersion "Fabric"
addGameVersion project.minecraft_version
addGameVersion "1.21.2"
addGameVersion "1.21.3"
relations {
requiredDependency "fabric-api"
optionalDependency "simple-backpack-fabric"
Expand All @@ -65,7 +66,7 @@ if (System.getenv("MODRINTH_TOKEN") != null) {
token = System.getenv("MODRINTH_TOKEN")
projectId = 'styMEyoE'
versionNumber = project.mod_version + "-fabric"
gameVersions = [project.minecraft_version]
gameVersions = ["1.21.2", "1.21.3"]
versionType = 'release'
uploadFile = tasks.remapJar
changelog = project.changelog
Expand Down

0 comments on commit 2777fc2

Please sign in to comment.