mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
a0f2b74c8d
By: md_5 <git@md-5.net>
11 lines
418 B
Diff
11 lines
418 B
Diff
--- a/net/minecraft/server/ItemMilkBucket.java
|
|
+++ b/net/minecraft/server/ItemMilkBucket.java
|
|
@@ -20,7 +20,7 @@
|
|
}
|
|
|
|
if (!world.isClientSide) {
|
|
- entityliving.removeAllEffects();
|
|
+ entityliving.removeAllEffects(org.bukkit.event.entity.EntityPotionEffectEvent.Cause.MILK); // CraftBukkit
|
|
}
|
|
|
|
return itemstack.isEmpty() ? new ItemStack(Items.BUCKET) : itemstack;
|