Skip to content

Commit 246602f

Browse files
committed
added supported version on dist build
1 parent 40ac51e commit 246602f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ val modrinthDownloadUrl: Provider<String> = pluginVersion.map { version ->
5757
val supportedMinecraftVersions = listOf(
5858
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
5959
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6",
60-
"1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11"
60+
"1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11", "26.1", "26.1.1", "26.1.2"
6161
)
6262

6363
val supportedVelocityVersions = listOf(

0 commit comments

Comments
 (0)