Commits
klugemonkey authored and md_5 committed 4b00823222b
1 + | --- a/net/minecraft/server/MobSpawnerPhantom.java |
2 + | +++ b/net/minecraft/server/MobSpawnerPhantom.java |
3 + | |
4 + | |
5 + | entityphantom.setPositionRotation(blockposition1, 0.0F, 0.0F); |
6 + | groupdataentity = entityphantom.prepare(difficultydamagescaler, groupdataentity, (NBTTagCompound) null); |
7 + | - world.addEntity(entityphantom); |
8 + | + world.addEntity(entityphantom, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.NATURAL); // CraftBukkit |
9 + | } |
10 + | |
11 + | i += k; |