Paper/nms-patches/Village.patch
2016-11-17 12:41:03 +11:00

12 lines
497 B
Diff

--- a/net/minecraft/server/Village.java
+++ b/net/minecraft/server/Village.java
@@ -64,7 +64,7 @@
EntityIronGolem entityirongolem = new EntityIronGolem(this.a);
entityirongolem.setPosition(vec3d.x, vec3d.y, vec3d.z);
- this.a.addEntity(entityirongolem);
+ this.a.addEntity(entityirongolem, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.VILLAGE_DEFENSE); // CraftBukkit
++this.l;
}
}