summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityCow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityCow.patch')
-rw-r--r--nms-patches/EntityCow.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityCow.patch b/nms-patches/EntityCow.patch
index c231dfd8..a69a0750 100644
--- a/nms-patches/EntityCow.patch
+++ b/nms-patches/EntityCow.patch
@@ -24,7 +24,7 @@
+ }
+
+ ItemStack result = CraftItemStack.asNMSCopy(event.getItemStack());
- entityhuman.a(SoundEffects.ar, 1.0F, 1.0F);
+ entityhuman.a(SoundEffects.au, 1.0F, 1.0F);
itemstack.subtract(1);
if (itemstack.isEmpty()) {
- entityhuman.a(enumhand, new ItemStack(Items.MILK_BUCKET));