summaryrefslogtreecommitdiffstats
path: root/nms-patches/VillageSiege.patch
blob: 9b174abf87c3877c1ec84fee3710f0f9aa63efdb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/net/minecraft/server/VillageSiege.java
+++ b/net/minecraft/server/VillageSiege.java
@@ -140,7 +140,7 @@
             }
 
             entityzombie.setPositionRotation(vec3d.a, vec3d.b, vec3d.c, this.a.random.nextFloat() * 360.0F, 0.0F);
-            this.a.addEntity(entityzombie);
+            this.a.addEntity(entityzombie, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.VILLAGE_INVASION); // CraftBukkit
             BlockPosition blockposition = this.f.a();
 
             entityzombie.a(blockposition, this.f.b());