We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ac51e commit 246602fCopy full SHA for 246602f
1 file changed
dist/build.gradle.kts
@@ -57,7 +57,7 @@ val modrinthDownloadUrl: Provider<String> = pluginVersion.map { version ->
57
val supportedMinecraftVersions = listOf(
58
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
59
"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"
+ "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11", "26.1", "26.1.1", "26.1.2"
61
)
62
63
val supportedVelocityVersions = listOf(
0 commit comments