summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldGenRegistration.patch
blob: 55e33641ecfa2dae5bd38bdef9c98a0b444e100b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/net/minecraft/server/WorldGenRegistration.java
+++ b/net/minecraft/server/WorldGenRegistration.java
@@ -160,7 +160,7 @@
 
                         entitywitch.setPositionRotation((double) i + 0.5D, (double) j, (double) k + 0.5D, 0.0F, 0.0F);
                         entitywitch.prepare(world.D(new BlockPosition(i, j, k)), (GroupDataEntity) null);
-                        world.addEntity(entitywitch);
+                        world.addEntity(entitywitch, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.CHUNK_GEN); // CraftBukkit - add SpawnReason
                     }
                 }