mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
418 B
Diff
12 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;
|