mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
bump to paper 1.12.8
This commit is contained in:
parent
25b4ea51e0
commit
d8ace4c83a
3 changed files with 3 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
// Paper
|
||||
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
|
||||
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
|
||||
|
||||
// Gui library
|
||||
val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18.2"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue