@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityShulkerBullet.java
|
||||
+++ b/net/minecraft/server/EntityShulkerBullet.java
|
||||
@@ -42,8 +42,29 @@
|
||||
@@ -41,8 +41,29 @@
|
||||
this.target = entity;
|
||||
this.c = EnumDirection.UP;
|
||||
this.a(enumdirection_enumaxis);
|
||||
@@ -30,7 +30,7 @@
|
||||
public SoundCategory bV() {
|
||||
return SoundCategory.HOSTILE;
|
||||
}
|
||||
@@ -287,6 +308,7 @@
|
||||
@@ -286,6 +307,7 @@
|
||||
}
|
||||
|
||||
protected void a(MovingObjectPosition movingobjectposition) {
|
||||
@@ -38,7 +38,7 @@
|
||||
if (movingobjectposition.entity == null) {
|
||||
((WorldServer) this.world).a(Particles.u, this.locX, this.locY, this.locZ, 2, 0.2D, 0.2D, 0.2D, 0.0D);
|
||||
this.a(SoundEffects.ENTITY_SHULKER_BULLET_HIT, 1.0F, 1.0F);
|
||||
@@ -296,7 +318,7 @@
|
||||
@@ -295,7 +317,7 @@
|
||||
if (flag) {
|
||||
this.a(this.shooter, movingobjectposition.entity);
|
||||
if (movingobjectposition.entity instanceof EntityLiving) {
|
||||
|
||||
Reference in New Issue
Block a user