updated mooshroom check for mycelium
This commit is contained in:
parent
865b567665
commit
14bc241ec1
@ -291,7 +291,7 @@ bool cMobSpawner::CanSpawnHere(cChunk * a_Chunk, int a_RelX, int a_RelY, int a_R
|
|||||||
return (
|
return (
|
||||||
(TargetBlock == E_BLOCK_AIR) &&
|
(TargetBlock == E_BLOCK_AIR) &&
|
||||||
(BlockAbove == E_BLOCK_AIR) &&
|
(BlockAbove == E_BLOCK_AIR) &&
|
||||||
(!cBlockInfo::IsTransparent(BlockBelow)) &&
|
(BlockBelow == E_BLOCK_MYCELIUM) &&
|
||||||
(
|
(
|
||||||
(a_Biome == biMushroomShore) ||
|
(a_Biome == biMushroomShore) ||
|
||||||
(a_Biome == biMushroomIsland)
|
(a_Biome == biMushroomIsland)
|
||||||
|
Loading…
Reference in New Issue
Block a user