Skip to content

Commit

Permalink
Label as 1.20.5/6 anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jun 19, 2024
1 parent a81e7e6 commit 77b68f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ modrinth {
uploadFile = "./build/libs/mclogs-fabric-${project.version}.jar"
loaders = ["fabric", "quilt"]
gameVersions = [
"1.20.6",
"1.20.5",
"1.20.4",
"1.20.3",
"1.20.2",
Expand All @@ -82,6 +84,8 @@ task publishCurseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.addRequirement("fabric-api")
mainFile.addRequirement("qsl")
mainFile.addJavaVersion("Java ${JavaVersion.current().majorVersion}")
mainFile.addGameVersion("1.20.6")
mainFile.addGameVersion("1.20.5")
mainFile.addGameVersion("1.20.4")
mainFile.addGameVersion("1.20.3")
mainFile.addGameVersion("1.20.2")
Expand Down

0 comments on commit 77b68f8

Please sign in to comment.