SPIGOT-840, SPIGOT-2522: [Draft] Add EntityPotionEffectChangeEvent
Discussion ongoing in PR #449 By: kaenganxt <kaenganxt@mc-anura.de>
This commit is contained in:
11
paper-server/nms-patches/ItemMilkBucket.patch
Normal file
11
paper-server/nms-patches/ItemMilkBucket.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
Reference in New Issue
Block a user