Skip to content

Commit

Permalink
build: bump ClopLib, close #221, close #220, close #213
Browse files Browse the repository at this point in the history
ClopLib changes:
* Users being set alight by fire aspect on sweeping attacks will now be handled correctly
* Campfires being lit by lit arrow projectiles will now be handled via a BLOCK_BREAK operation type
* A `USE_SPAWN_EGG` operation will now be triggered by the hatching of chickens from a thrown egg projectile
* HangingBreakByEntity should now handle collision-based breakages (e.g. boats on item frames)
  • Loading branch information
WiIIiam278 committed Oct 31, 2024
1 parent ebc3281 commit 7249f3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
implementation 'io.papermc:paperlib:1.0.8'
implementation 'space.arim.morepaperlib:morepaperlib:0.4.4'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.10'
implementation 'net.william278.cloplib:cloplib-bukkit:1.0.11'
implementation 'org.bstats:bstats-bukkit:3.1.0'
implementation 'de.exlll:configlib-yaml:4.5.0'

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
api 'net.william278:minedown:1.8.2'
api 'net.william278:paginedown:1.1.2'
api 'net.william278.cloplib:cloplib-common:1.0.10'
api 'net.william278.cloplib:cloplib-common:1.0.11'
api 'net.william278:DesertWell:2.0.4'
api('com.zaxxer:HikariCP:6.0.0') {
exclude module: 'slf4j-api'
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.10'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.11'

annotationProcessor 'org.projectlombok:lombok:1.18.34'
}
Expand Down

0 comments on commit 7249f3c

Please sign in to comment.