1
0
Fork 0

Zombies: lower husk spawn rates

The mc wiki says "In Java Edition, husks spawn directly under the sky in groups of 4 in place of 80% of all zombies spawned in desert biomes variants.

In Bedrock Edition, husks spawn on the surface in groups of 2-4 in place of 70% of all zombies spawned in desert biomes."

We don't spawn regular zombies in the desert, so I lowered the current spawn rate to the same rate as regular zombies
This commit is contained in:
Bakawun 2023-11-16 18:31:45 +00:00
parent e26eb81ca8
commit 7e959c7794
1 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ mcl_mobs:spawn_specific(
0,
7,
30,
6500,
6000,
4,
mcl_vars.mg_overworld_min,
mcl_vars.mg_overworld_max)
@ -362,7 +362,7 @@ mcl_mobs:spawn_specific(
0,
7,
30,
325,
300,
4,
mcl_vars.mg_overworld_min,
mcl_vars.mg_overworld_max)