In Control!

In Control!

76M Downloads

Mobs spawn more often when not exposed to the sky

lid24249 opened this issue ยท 2 comments

commented

I was testing the 1.20.1 version of the mod and I noticed that the new spawns that I added were spawning much more frequently in areas that are not exposed to the sky (as can be seen in the image, I set the husks to have no AI to prevent them from moving around), even though I set "norestrictions" to be true.
spawnbias
The only rule I have is in spawner.json:
{
"mob":"minecraft:husk",
"persecond":1.0,
"attempts":20,
"addscoreboardtags":"light_spawn",
"amount":{
"minimum":8,
"maximum":8,
"groupdistance":8
},
"conditions":{
"dimension":"minecraft:overworld",
"norestrictions":true
}
}
Is there something I'm doing wrong? I would like the husks to spawn at an equal rate in both areas.

commented

What do you have in spawn.json?

commented

I haven't put anything in spawn.json yet.