1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

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

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)