Show only 1.20.2 as supported on Fabric (#4190)

This commit is contained in:
chris 2023-10-06 15:50:01 +02:00 committed by GitHub
parent b340d4d1c4
commit 82541a5b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ modrinth {
syncBodyFrom.set(rootProject.file("README.md").readText())
uploadFile.set(tasks.getByPath("remapModrinthJar"))
gameVersions.addAll("1.20", "1.20.1")
gameVersions.addAll("1.20.2")
loaders.add("fabric")
failSilently.set(true)