diff --git a/patches/net/minecraft/world/level/ServerExplosion.java.patch b/patches/net/minecraft/world/level/ServerExplosion.java.patch index 210b558757..871697a696 100644 --- a/patches/net/minecraft/world/level/ServerExplosion.java.patch +++ b/patches/net/minecraft/world/level/ServerExplosion.java.patch @@ -1,10 +1,14 @@ --- a/net/minecraft/world/level/ServerExplosion.java +++ b/net/minecraft/world/level/ServerExplosion.java -@@ -165,7 +_,7 @@ +@@ -165,7 +_,12 @@ return new ObjectArrayList<>(set); } -- private void hurtEntities() { ++ @Deprecated + private void hurtEntities() { ++ this.hurtEntities(List.of()); ++ } ++ + private void hurtEntities(List blocks) { float f = this.radius * 2.0F; int i = Mth.floor(this.center.x - (double)f - 1.0);