mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
776 B
Diff
12 lines
776 B
Diff
--- a/net/minecraft/server/MobSpawnerPhantom.java
|
|
+++ b/net/minecraft/server/MobSpawnerPhantom.java
|
|
@@ -54,7 +54,7 @@
|
|
|
|
entityphantom.setPositionRotation(blockposition1, 0.0F, 0.0F);
|
|
groupdataentity = entityphantom.prepare(worldserver, difficultydamagescaler, EnumMobSpawn.NATURAL, groupdataentity, (NBTTagCompound) null);
|
|
- worldserver.addEntity(entityphantom);
|
|
+ worldserver.addEntity(entityphantom, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.NATURAL); // CraftBukkit
|
|
}
|
|
|
|
i += k;
|