Skip to content

Commit 2895eb5

Browse files
Mark 1.21.0 as supported on Modrinth (#154)
1 parent 7824297 commit 2895eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/floodgate-modded.platform-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ modrinth {
133133
syncBodyFrom.set(rootProject.file("README.md").readText())
134134

135135
uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
136-
gameVersions.add(libs.minecraft.get().version as String)
136+
gameVersions.add(libs.minecraft.get().version as String, "1.21.10")
137137
failSilently.set(false)
138138
}

0 commit comments

Comments
 (0)