mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-04 21:41:01 +02:00
11 lines
507 B
Diff
11 lines
507 B
Diff
--- a/net/minecraft/world/entity/monster/EntitySpider.java
|
|
+++ b/net/minecraft/world/entity/monster/EntitySpider.java
|
|
@@ -182,7 +182,7 @@
|
|
MobEffectList mobeffectlist = entityspider_groupdataspider.effect;
|
|
|
|
if (mobeffectlist != null) {
|
|
- this.addEffect(new MobEffect(mobeffectlist, -1));
|
|
+ this.addEffect(new MobEffect(mobeffectlist, -1), org.bukkit.event.entity.EntityPotionEffectEvent.Cause.SPIDER_SPAWN); // CraftBukkit
|
|
}
|
|
}
|
|
|