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