Fixed EntityDamageByEntity not triggering because the method was not overriding and checked against the correct event.

This commit is contained in:
天クマ 2025-12-14 14:51:33 -03:00
commit 7a3aa34b43
2 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ mcVersions.forEach { ver ->
/* ----------------------------------------- */
dependencies {
add("compileOnly", "io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
add("compileOnly", files("libs/craftbukkit-1060.jar"))
add("r1_21CompileOnly", "io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
add("b1_7_3CompileOnly", files("libs/craftbukkit-1060.jar"))
}