1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 08:19:20 +00:00

Indicate 1.21.9/1.21.10 support on modrinth, update cloud command library

This commit is contained in:
onebeastchris
2025-10-12 14:34:43 +02:00
parent 826b4b4e48
commit 2dfe846a40
4 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ modrinth {
versionNumber.set(projectVersion(project))
versionType.set("beta")
changelog.set(System.getenv("CHANGELOG") ?: "")
gameVersions.addAll("1.21.7", libs.minecraft.get().version as String)
gameVersions.addAll("1.21.9", libs.minecraft.get().version as String)
failSilently.set(true)
syncBodyFrom.set(rootProject.file("README.md").readText())