mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Show only 1.20.2 as supported on Fabric (#4190)
This commit is contained in:
parent
b340d4d1c4
commit
82541a5b37
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue