2021-05-09 08:51:44 +02:00
|
|
|
--- a/net/minecraft/world/entity/projectile/EntityLlamaSpit.java
|
|
|
|
+++ b/net/minecraft/world/entity/projectile/EntityLlamaSpit.java
|
2021-06-11 07:00:00 +02:00
|
|
|
@@ -33,7 +33,7 @@
|
|
|
|
Vec3D vec3d = this.getMot();
|
2021-05-09 08:51:44 +02:00
|
|
|
MovingObjectPosition movingobjectposition = ProjectileHelper.a((Entity) this, this::a);
|
|
|
|
|
2021-06-11 07:00:00 +02:00
|
|
|
- this.a(movingobjectposition);
|
|
|
|
+ this.preOnHit(movingobjectposition); // CraftBukkit - projectile hit event
|
2021-05-09 08:51:44 +02:00
|
|
|
double d0 = this.locX() + vec3d.x;
|
2021-06-11 07:00:00 +02:00
|
|
|
double d1 = this.locY() + vec3d.y;
|
|
|
|
double d2 = this.locZ() + vec3d.z;
|