Update spigot supported version list

This commit is contained in:
Lukas Rieger (Blue) 2024-09-12 22:07:54 +02:00
parent 9d11814bbf
commit 134f982d0b
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -4,10 +4,6 @@ plugins {
}
val supportedMinecraftVersions = listOf(
"1.16.5",
"1.17", "1.17.1",
"1.18", "1.18.1", "1.18.2",
"1.19", "1.19.1", "1.19.2", "1.19.3", "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"
)