Use SpawnReason.NATURAL for Phantom spawning
By: klugemonkey <klugemonkey@spawnchunk.com>
This commit is contained in:
11
paper-server/nms-patches/MobSpawnerPhantom.patch
Normal file
11
paper-server/nms-patches/MobSpawnerPhantom.patch
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- 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;
|
||||||
Reference in New Issue
Block a user