Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-19 13:00:06 +01:00
SPIGOT-2777: Mobs not being angered by snowballs
Dieser Commit ist enthalten in:
Ursprung
4bf2fc8782
Commit
0c3bb76487
@ -492,7 +492,7 @@
|
|||||||
+
|
+
|
||||||
+ absorptionModifier = (float) -event.getDamage(DamageModifier.ABSORPTION);
|
+ absorptionModifier = (float) -event.getDamage(DamageModifier.ABSORPTION);
|
||||||
+ this.setAbsorptionHearts(Math.max(this.getAbsorptionHearts() - absorptionModifier, 0.0F));
|
+ this.setAbsorptionHearts(Math.max(this.getAbsorptionHearts() - absorptionModifier, 0.0F));
|
||||||
+ if (f > 0) {
|
+ if (f > 0 || !human) {
|
||||||
+ if (human) {
|
+ if (human) {
|
||||||
+ // PAIL: Be sure to drag all this code from the EntityHuman subclass each update.
|
+ // PAIL: Be sure to drag all this code from the EntityHuman subclass each update.
|
||||||
+ ((EntityHuman) this).applyExhaustion(damagesource.getExhaustionCost());
|
+ ((EntityHuman) this).applyExhaustion(damagesource.getExhaustionCost());
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren