1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +00:00

Fix modrinth game versions (#97)

This commit is contained in:
chris
2023-06-09 20:56:39 +02:00
committed by GitHub
parent 31db6d07de
commit 8869b57e8b

View File

@@ -159,7 +159,7 @@ modrinth {
syncBodyFrom = rootProject.file("README.md").text
uploadFile = tasks.getByPath("remappedShadowJar")
gameVersions = ["1.19.4, 1.20"]
gameVersions.addAll("1.19.4", "1.20")
loaders = ["fabric"]