1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Indicate 1.21.4 support on modrinth (#139)

This commit is contained in:
chris
2024-12-06 13:18:07 +08:00
committed by GitHub
parent 5cc2120884
commit 6723ee7875

View File

@@ -133,6 +133,6 @@ modrinth {
syncBodyFrom.set(rootProject.file("README.md").readText())
uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
gameVersions.add(libs.minecraft.get().version as String)
gameVersions.addAll(libs.minecraft.get().version as String, "1.21.4")
failSilently.set(false)
}