mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fabric: require 1.20.4 as ViaFabric doesn't support 1.20.2
This commit is contained in:
parent
d3a4b13364
commit
4294982310
2 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,7 @@ modrinth {
|
|||
syncBodyFrom.set(rootProject.file("README.md").readText())
|
||||
|
||||
uploadFile.set(tasks.getByPath("remapModrinthJar"))
|
||||
gameVersions.addAll("1.20.3")
|
||||
gameVersions.addAll("1.20.4")
|
||||
|
||||
loaders.add("fabric")
|
||||
failSilently.set(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue