summaryrefslogtreecommitdiffstats
path: root/nms-patches/Village.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Village.patch')
-rw-r--r--nms-patches/Village.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/Village.patch b/nms-patches/Village.patch
index ee57a438..ca9591e2 100644
--- a/nms-patches/Village.patch
+++ b/nms-patches/Village.patch
@@ -3,7 +3,7 @@
@@ -62,7 +62,7 @@
EntityIronGolem entityirongolem = new EntityIronGolem(this.a);
- entityirongolem.setPosition(vec3d.a, vec3d.b, vec3d.c);
+ 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;