MineInAbyss / Mobzy

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

Fix max nearby spawns #30

Closed 0ffz closed 3 years ago

0ffz commented 3 years ago

The property should check whether there are already x number of spawns of this type in the surrounding regions and prevent a spawn from occurring if that number is exceeded.

We might consider revamping the spawning system entirely to prevent one mob from spawning everywhere when it's the only one whose conditions can be satisfied in an area. This solution may be enough however.