Slimes no longer spawn in flat worlds
Linked issues
is duplicated by 2
Attachments
Comments 11
i tested this bug and i am very sure it's true
no slimes spanw in flat world neither in slime chunks nor swamp boime
Yeah, when I was building a village, there were a lot of zombies invading my village but the iron golems took care of it, but I didn't see any slimes. (This no slimes bug happened like in November 2020)
Code Analysis: In 1.16.100, the y-level for slime spawning was changed to consider sea level. Specifically, slimes now spawn in slime chunks up to 23 blocks below sea level. On normal worlds, sea level is at y=63 and on flat worlds sea level is at y=5. Clearly this eliminates slime spawning in slime chunks on flat worlds.
Potential Fix: Make sea level data driven. If it was customizable in level.dat, then marketplace creators who create using flat worlds can change the value if they need too.
Mob spawning is enable?