Update to Minecraft 1.17.1 (#6097)
This commit is contained in:
@@ -115,6 +115,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ */ // Paper - move down to make death event cancellable - this is the runKillTrigger below
|
||||
+
|
||||
|
||||
if (!this.level.isClientSide && this.hasCustomName()) {
|
||||
LivingEntity.LOGGER.info("Named entity {} died: {}", this, this.getCombatTracker().getDeathMessage().getString());
|
||||
}
|
||||
|
||||
this.dead = true;
|
||||
- this.getCombatTracker().recheckStatus();
|
||||
+ // Paper - moved into if below
|
||||
|
||||
Reference in New Issue
Block a user