diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 5ff8703d..678042ee 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -5,7 +5,11 @@ plugins { id("com.github.johnrengelman.shadow") version "8.1.1" } -val supportedVersions = listOf("1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21") +val supportedVersions = listOf( + "1.19.4", + "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", + "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4" +) repositories { maven("https://maven.enginehub.org/repo/") @@ -138,4 +142,4 @@ modrinth { changelog.set(System.getenv("CHANGELOG") ?: "") uploadFile.set(tasks.named("bundledJar")) gameVersions.set(supportedVersions) -} \ No newline at end of file +}