summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityIronGolem.patch
blob: ec311580cf19b51e6464ff832611b59711c9f184 (plain)
1
2
3
4
5
6
7
8
9
@@ -57,7 +57,7 @@
 
     protected void s(Entity entity) {
         if (entity instanceof IMonster && this.bb().nextInt(20) == 0) {
-            this.setGoalTarget((EntityLiving) entity);
+            this.setGoalTarget((EntityLiving) entity, org.bukkit.event.entity.EntityTargetLivingEntityEvent.TargetReason.COLLISION, true); // CraftBukkit - set reason
         }
 
         super.s(entity);