API patches
This commit is contained in:
parent
bea0e28dc4
commit
b7dd55ce72
962 changed files with 62 additions and 59 deletions
|
@ -1,32 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com>
|
||||
Date: Fri, 11 Nov 2022 11:49:40 +0100
|
||||
Subject: [PATCH] Reorder bukkit damage source entity for explosion to exclude
|
||||
enderdragon part
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/level/Explosion.java b/src/main/java/net/minecraft/world/level/Explosion.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/net/minecraft/world/level/Explosion.java
|
||||
+++ b/src/main/java/net/minecraft/world/level/Explosion.java
|
||||
@@ -0,0 +0,0 @@ public class Explosion {
|
||||
double d13 = (1.0D - d7) * d12;
|
||||
|
||||
// CraftBukkit start
|
||||
- CraftEventFactory.entityDamage = this.source;
|
||||
- entity.lastDamageCancelled = false;
|
||||
|
||||
// Special case ender dragon only give knockback if no damage is cancelled
|
||||
// Thinks to note:
|
||||
@@ -0,0 +0,0 @@ public class Explosion {
|
||||
continue;
|
||||
}
|
||||
|
||||
+ // Paper start - moved from above
|
||||
+ CraftEventFactory.entityDamage = this.source;
|
||||
+ entity.lastDamageCancelled = false;
|
||||
+ // Paper end
|
||||
+
|
||||
if (entity instanceof EnderDragon) {
|
||||
for (EnderDragonPart entityComplexPart : ((EnderDragon) entity).subEntities) {
|
||||
if (list.contains(entityComplexPart)) {
|
Loading…
Add table
Add a link
Reference in a new issue