mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 18:31:29 +01:00
12 lines
729 B
Diff
12 lines
729 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(difficultydamagescaler, groupdataentity, (NBTTagCompound) null);
|
|
- world.addEntity(entityphantom);
|
|
+ world.addEntity(entityphantom, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.NATURAL); // CraftBukkit
|
|
}
|
|
|
|
i += k;
|