@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
Reference in New Issue
Block a user