mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
9 lines
445 B
Diff
9 lines
445 B
Diff
@@ -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);
|
|
}
|
|
}
|