2015-05-25 12:37:24 +02:00
|
|
|
--- a/net/minecraft/server/VillageSiege.java
|
|
|
|
+++ b/net/minecraft/server/VillageSiege.java
|
2016-11-17 02:41:03 +01:00
|
|
|
@@ -140,7 +140,7 @@
|
2014-11-25 22:32:16 +01:00
|
|
|
}
|
|
|
|
|
2016-02-29 22:32:46 +01:00
|
|
|
entityzombie.setPositionRotation(vec3d.x, vec3d.y, vec3d.z, this.a.random.nextFloat() * 360.0F, 0.0F);
|
2014-11-25 22:32:16 +01:00
|
|
|
- this.a.addEntity(entityzombie);
|
2015-02-26 23:41:06 +01:00
|
|
|
+ this.a.addEntity(entityzombie, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.VILLAGE_INVASION); // CraftBukkit
|
2014-11-25 22:32:16 +01:00
|
|
|
BlockPosition blockposition = this.f.a();
|
|
|
|
|
|
|
|
entityzombie.a(blockposition, this.f.b());
|