bump to paper 1.12.8

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

View file

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

View file

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