1
0

Checked Endermen; they work; adding them back in.

This commit is contained in:
Samuel Barney 2013-10-25 12:15:10 -06:00
parent 4e024f5d87
commit 6f0d15b448

View File

@ -149,7 +149,6 @@ bool cMobSpawner::CanSpawnHere(cMonster::eType a_MobType, BLOCKTYPE a_BlockType,
((a_BlockType_below == E_BLOCK_GRASS) || (a_BlockType_below == E_BLOCK_LEAVES)) && (a_Level >= 62) && (m_Random.NextInt(3,a_Biome) != 0);
case cMonster::mtEnderman:
return false;
case cMonster::mtCreeper:
case cMonster::mtZombie:
case cMonster::mtSpider: