mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
update to 1.21.10
This commit is contained in:
parent
b8c91496cd
commit
4a4f346a44
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue