summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityChicken.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityChicken.patch')
-rw-r--r--nms-patches/EntityChicken.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nms-patches/EntityChicken.patch b/nms-patches/EntityChicken.patch
index fdad0420..f40dd021 100644
--- a/nms-patches/EntityChicken.patch
+++ b/nms-patches/EntityChicken.patch
@@ -12,3 +12,13 @@
super.n();
this.bz = this.bv;
this.bx = this.bw;
+@@ -60,7 +65,9 @@
+ this.bv += this.bA * 2.0F;
+ if (!this.world.isClientSide && !this.isBaby() && !this.isChickenJockey() && --this.bB <= 0) {
+ this.a(SoundEffects.aa, 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.bB = this.random.nextInt(6000) + 6000;
+ }
+