bump to paper 1.12.8

This commit is contained in:
alexcrea 2025-07-27 07:51:08 +02:00
parent 25b4ea51e0
commit d8ace4c83a
Signed by: alexcrea
GPG key ID: E346CD16413450E3
3 changed files with 3 additions and 7 deletions

View file

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

View file

@ -11,11 +11,7 @@ object GuiTesterSelector {
return when (versionParts[1]) { return when (versionParts[1]) {
21 -> when (versionParts[2]) { 21 -> when (versionParts[2]) {
0, 1 -> "1_21_R1" 8 -> "1_21_R5"
2, 3 -> "1_21_R2"
4 -> "1_21_R3"
5 -> "1_21_R4"
6, 7, 8 -> "1_21_R5"
else -> null else -> null
} }

View file

@ -4,7 +4,7 @@ prefix: "Custom Anvil"
version: ${version} version: ${version}
folia-supported: true folia-supported: true
description: Allow to customise anvil mechanics description: Allow to customise anvil mechanics
api-version: 1.16 api-version: 1.21.8
load: POSTWORLD load: POSTWORLD
authors: [ DelilahEve, alexcrea ] authors: [ DelilahEve, alexcrea ]
libraries: [${libraries}] libraries: [${libraries}]