Fixed EntityDamageByEntity not triggering because the method was not overriding and checked against the correct event.
This commit is contained in:
parent
7f65a8605d
commit
7a3aa34b43
2 changed files with 6 additions and 6 deletions
|
|
@ -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"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue