From e7166441e8d1e7021ecf11be86aa9987629dd810 Mon Sep 17 00:00:00 2001 From: Aurora Date: Fri, 12 Dec 2025 19:08:41 +0000 Subject: [PATCH] Remove 1.21.9 from Modrinth publishing --- .../kotlin/geyser.modrinth-uploading-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts b/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts index db2d3b850..fe3cd4f9e 100644 --- a/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts @@ -13,7 +13,7 @@ modrinth { versionNumber.set(projectVersion(project)) versionType.set("beta") changelog.set(System.getenv("CHANGELOG") ?: "") - gameVersions.addAll("1.21.9", libs.minecraft.get().version as String) + gameVersions.addAll(libs.minecraft.get().version as String) failSilently.set(true) syncBodyFrom.set(rootProject.file("README.md").readText())