Skip to content

Changing the spawning system. #121

@Rossterd

Description

@Rossterd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions