update to 1.21.10

This commit is contained in:
alexcrea 2025-10-21 12:45:03 +02:00
parent b8c91496cd
commit 4a4f346a44
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ object GuiTesterSelector {
return when (versionParts[1]) {
21 -> when (versionParts[2]) {
8 -> "1_21_R5"
9, 10 -> "1_21_R6"
else -> null
}