summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalMakeLove.patch
blob: 87ec2992f2ac627689fb4604ddf5c9a98658052f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ../work/decompile-8eb82bde//net/minecraft/server/PathfinderGoalMakeLove.java	2014-11-28 11:22:56.114823159 +0000
+++ src/main/java/net/minecraft/server/PathfinderGoalMakeLove.java	2014-11-28 11:01:54.000000000 +0000
@@ -87,7 +87,7 @@
         this.b.o(false);
         entityvillager.setAgeRaw(-24000);
         entityvillager.setPositionRotation(this.b.locX, this.b.locY, this.b.locZ, 0.0F, 0.0F);
-        this.d.addEntity(entityvillager);
+        this.d.addEntity(entityvillager, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.BREEDING); // CraftBukkit - added SpawnReason
         this.d.broadcastEntityEffect(entityvillager, (byte) 12);
     }
 }