mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
Update to Minecraft 1.12-pre2
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
super.n();
|
||||
this.bA = this.bw;
|
||||
this.by = this.bx;
|
||||
this.bB = this.bx;
|
||||
this.bz = this.by;
|
||||
@@ -61,7 +66,9 @@
|
||||
this.bw += this.bB * 2.0F;
|
||||
if (!this.world.isClientSide && !this.isBaby() && !this.isChickenJockey() && --this.bC <= 0) {
|
||||
this.a(SoundEffects.ac, 1.0F, (this.random.nextFloat() - this.random.nextFloat()) * 0.2F + 1.0F);
|
||||
this.bx += this.bC * 2.0F;
|
||||
if (!this.world.isClientSide && !this.isBaby() && !this.isChickenJockey() && --this.bD <= 0) {
|
||||
this.a(SoundEffects.af, 1.0F, (this.random.nextFloat() - this.random.nextFloat()) * 0.2F + 1.0F);
|
||||
+ this.forceDrops = true; // CraftBukkit
|
||||
this.a(Items.EGG, 1);
|
||||
+ this.forceDrops = false; // CraftBukkit
|
||||
this.bC = this.random.nextInt(6000) + 6000;
|
||||
this.bD = this.random.nextInt(6000) + 6000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user