diff --git a/nms-patches/EntityTurtle.patch b/nms-patches/EntityTurtle.patch index cf12bb06a0..0a4df9659a 100644 --- a/nms-patches/EntityTurtle.patch +++ b/nms-patches/EntityTurtle.patch @@ -1,6 +1,16 @@ --- a/net/minecraft/server/EntityTurtle.java +++ b/net/minecraft/server/EntityTurtle.java -@@ -260,7 +260,9 @@ +@@ -231,7 +231,9 @@ + + protected void l() { + super.l(); ++ this.forceDrops = true; // CraftBukkit + this.a((IMaterial) Items.SCUTE, 1); ++ this.forceDrops = false; // CraftBukkit + } + + public void a(float f, float f1, float f2) { +@@ -260,7 +262,9 @@ } public void onLightningStrike(EntityLightning entitylightning) {