Skip to content

Commit

Permalink
Mark 1.20.5 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed May 10, 2024
1 parent eef73de commit 98c810f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ curseforge {
mainArtifact(remapJar)

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion 'Quilt'
addGameVersion 'Fabric'
addGameVersion 'Java 21'
Expand Down Expand Up @@ -190,7 +191,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ project.minecraft_version ]
gameVersions = [ project.minecraft_version, "1.20.5" ]
loaders = ['fabric', 'quilt']

dependencies {
Expand Down
3 changes: 2 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion "Java 21"
addGameVersion "Forge"

Expand All @@ -211,7 +212,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version ]
gameVersions = [ project.minecraft_version, "1.20.5" ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down
3 changes: 2 additions & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion "1.20.5"
addGameVersion "Java 21"
addGameVersion "NeoForge"

Expand All @@ -186,7 +187,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version ]
gameVersions = [ project.minecraft_version, "1.20.5" ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down

0 comments on commit 98c810f

Please sign in to comment.