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

@ -33,7 +33,7 @@ repositories {
dependencies {
// Paper
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.10-R0.1-SNAPSHOT")
// Gui library
val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18.2"

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
}