feat: trying to circumvent AnvilGUI

This commit is contained in:
ineanto 2025-05-12 18:41:50 +02:00
parent d30f433527
commit 63f2e7f699
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
11 changed files with 125 additions and 21 deletions

View file

@ -29,7 +29,7 @@ repositories {
}
dependencies {
paperweight.paperDevBundle("1.21.4-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.5-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.5")
compileOnly("net.kyori:adventure-api:4.17.0")
@ -100,6 +100,6 @@ tasks {
url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar")
}
minecraftVersion("1.21.4")
minecraftVersion("1.21.5")
}
}