summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityGhast.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityGhast.patch')
-rw-r--r--nms-patches/EntityGhast.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/nms-patches/EntityGhast.patch b/nms-patches/EntityGhast.patch
index 681d72ef..3bee78d1 100644
--- a/nms-patches/EntityGhast.patch
+++ b/nms-patches/EntityGhast.patch
@@ -1,13 +1,12 @@
--- a/net/minecraft/server/EntityGhast.java
+++ b/net/minecraft/server/EntityGhast.java
-@@ -162,7 +162,9 @@
- world.a((EntityHuman) null, 1008, new BlockPosition(this.b), 0);
- EntityLargeFireball entitylargefireball = new EntityLargeFireball(world, this.b, d2, d3, d4);
+@@ -153,7 +153,8 @@
+ world.a((EntityHuman) null, 1016, new BlockPosition(this.ghast), 0);
+ EntityLargeFireball entitylargefireball = new EntityLargeFireball(world, this.ghast, d2, d3, d4);
-- entitylargefireball.yield = this.b.cf();
-+
+- entitylargefireball.yield = this.ghast.getPower();
+ // CraftBukkit - set bukkitYield when setting explosionpower
-+ entitylargefireball.bukkitYield = entitylargefireball.yield = this.b.cf();
- 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;
++ entitylargefireball.bukkitYield = entitylargefireball.yield = this.ghast.getPower();
+ entitylargefireball.locX = this.ghast.locX + vec3d.x * d1;
+ entitylargefireball.locY = this.ghast.locY + (double) (this.ghast.length / 2.0F) + 0.5D;
+ entitylargefireball.locZ = this.ghast.locZ + vec3d.z * d1;