MineInAbyss / Mobzy

Config-driven custom mobs for Spigot using ECS
https://mineinabyss.com/Mobzy/
MIT License
41 stars 7 forks source link

Spawning system makes some things spawn in midair #78

Closed 0ffz closed 2 years ago

Boy0000 commented 2 years ago

This seems to now have been turned into mobs picking a random y-value after finding a valid spawn, then spawning there. Can lead to mobs spawning ontop of the map and overall having a lot less mobs actually in the map

0ffz commented 2 years ago

I believe the source of this is spawn radius, to mitigate weird spawns we can set it lower but eventually we should write a proper fix to that function

0ffz commented 2 years ago

I think has been fixed for a while, now the issue is spawning in walls :>