summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalGhastAttackTarget.patch
blob: 735492bd386afc02bd6609cc6fdcb9cfad195bc8 (plain)
1
2
3
4
5
6
7
8
9
10
@@ -43,7 +43,8 @@
                 world.a((EntityHuman) null, 1008, new BlockPosition(this.b), 0);
                 EntityLargeFireball entitylargefireball = new EntityLargeFireball(world, this.b, d2, d3, d4);
 
-                entitylargefireball.yield = this.b.cd();
+                // CraftBukkit - set bukkitYield when setting explosionpower
+                entitylargefireball.bukkitYield = entitylargefireball.yield = this.b.cd();
                 entitylargefireball.locX = this.b.locX + vec3d.a * d1;
                 entitylargefireball.locY = this.b.locY + (double) (this.b.length / 2.0F) + 0.5D;
                 entitylargefireball.locZ = this.b.locZ + vec3d.c * d1;