@@ -10,10 +10,10 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
super.movementTick();
|
||||
this.bC = this.bz;
|
||||
this.bB = this.bA;
|
||||
this.bz = this.bw;
|
||||
this.by = this.bx;
|
||||
@@ -62,7 +67,9 @@
|
||||
this.bz += this.bD * 2.0F;
|
||||
this.bw += this.bA * 2.0F;
|
||||
if (!this.world.isClientSide && this.isAlive() && !this.isBaby() && !this.isChickenJockey() && --this.eggLayTime <= 0) {
|
||||
this.a(SoundEffects.ENTITY_CHICKEN_EGG, 1.0F, (this.random.nextFloat() - this.random.nextFloat()) * 0.2F + 1.0F);
|
||||
+ this.forceDrops = true; // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user