summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-11 23:38:31 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-11 23:38:31 +0200
commitd23b8e0c7c2837881e7a803463fd6eb7e830e827 (patch)
treef441eb830fec6d9fe0b9747026926bb9f85971a4
parentReally removed comments this time (diff)
parentNow Endermans spawn in The End (diff)
downloadcuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar.gz
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar.bz2
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar.lz
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar.xz
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.tar.zst
cuberite-d23b8e0c7c2837881e7a803463fd6eb7e830e827.zip
-rw-r--r--source/World.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/World.cpp b/source/World.cpp
index 776bacff8..3955b6136 100644
--- a/source/World.cpp
+++ b/source/World.cpp
@@ -694,6 +694,13 @@ void cWorld::TickSpawnMobs(float a_Dt)
case 6: MobType = E_ENTITY_TYPE_ZOMBIE_PIGMAN; break;
}
}
+ else if (GetBiomeAt((int)SpawnPos.x, (int)SpawnPos.z) == biSky)
+ {
+ switch (nightRand)
+ {
+ case 5: MobType = E_ENTITY_TYPE_ENDERMAN; break;
+ }
+ }
else
{
switch (nightRand)