summaryrefslogtreecommitdiffstats
path: root/nms-patches/ItemFood.patch
blob: 06317732cc6e412579296fd0169eba5c73a01a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/net/minecraft/server/ItemFood.java
+++ b/net/minecraft/server/ItemFood.java
@@ -36,7 +36,7 @@
 
     protected void a(ItemStack itemstack, World world, EntityHuman entityhuman) {
         if (!world.isClientSide && this.l != null && world.random.nextFloat() < this.m) {
-            entityhuman.addEffect(new MobEffect(this.l));
+            entityhuman.addEffect(new MobEffect(this.l), org.bukkit.event.entity.EntityPotionEffectEvent.Cause.FOOD); // CraftBukkit
         }
 
     }