-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Is your feature request related to a problem?
Currently mob spawning (and block conversions) happen in expensive waves, checking every single block in every greenhouse. This also causes a lot of mobs to spawn simultaneously instead of having the same amount of mobs spawning (and dying) over a larger timespan. This is undesirable.
Describe the solution you'd like.
A spawning system similar to the vanilla one. Pick a few random blocks every few ticks and checking if mobs can spawn there.
Describe alternatives you've considered.
Decreasing the time between spawns in the config. Sadly I dont believe I can go down to less than 1 minute between waves. And as the spawning system is relatively expensive this also probably isnt feasible.
Agreements
- I have searched for and ensured there isn't already an open issue regarding this.
- I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.
Other
The same could also probably be applied to block conversions but the gain there is probably smaller.
MelodyYuuka
Metadata
Metadata
Assignees
Labels
No labels