mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +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 {
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue