Reduce ghast spawn rate again
This commit is contained in:
parent
c9b3d2d95a
commit
92cf553bf8
@ -198,7 +198,7 @@ bool cMobSpawner::CanSpawnHere(cChunk * a_Chunk, Vector3i a_RelPos, eMonsterType
|
|||||||
return (
|
return (
|
||||||
(targetBlock == E_BLOCK_AIR) &&
|
(targetBlock == E_BLOCK_AIR) &&
|
||||||
(blockAbove == E_BLOCK_AIR) &&
|
(blockAbove == E_BLOCK_AIR) &&
|
||||||
(random.RandBool(0.1))
|
(random.RandBool(0.01))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user