Add 1.21.1 to supported versions

This commit is contained in:
Lukas Rieger (Blue) 2024-09-12 22:09:03 +02:00
parent 134f982d0b
commit 57e0e5efe2
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
val supportedMinecraftVersions = listOf(
"1.21"
"1.21", "1.21.1"
)
val minecraftVersion = supportedMinecraftVersions.first()

View File

@ -6,7 +6,7 @@ plugins {
}
val supportedMinecraftVersions = listOf(
"1.21"
"1.21", "1.21.1"
)
val minecraftVersion = supportedMinecraftVersions.first()

View File

@ -6,7 +6,7 @@ plugins {
}
val supportedMinecraftVersions = listOf(
"1.21"
"1.21", "1.21.1"
)
val minecraftVersion = supportedMinecraftVersions.first()

View File

@ -6,7 +6,7 @@ plugins {
val supportedMinecraftVersions = listOf(
"1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21"
"1.21", "1.21.1"
)
val minecraftVersion = supportedMinecraftVersions.first()

View File

@ -5,7 +5,7 @@ plugins {
val supportedMinecraftVersions = listOf(
"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.21.1"
)
val apiVersion = "1.16"