PlotSquared icon indicating copy to clipboard operation
PlotSquared copied to clipboard

fix: Fix bees leaving their beehives with disabled `natural_mob_spawning`

Open ByteExceptionM opened this issue 2 years ago • 2 comments

Overview

Bees that are in nests will not be able to get out of them, because the event will be canceled if the configuration natural_mob_spawning is disabled. No new entities will be spawned - the entity already exists, but is only in the beehive. To work around this you would have to enable natural_mob_spawning so far, but this results e.g. in entities being spawned as well when generating chunks. I think the best solution is to remove the check for beehives here to make this possible again.

Submitter Checklist

  • [X] Make sure you are opening from a topic branch (/feature/fix/docs/ branch (right side)) and not your main branch.
  • [X] Ensure that the pull request title represents the desired changelog entry.
  • [X] New public fields and methods are annotated with @since TODO.
  • [X] I read and followed the contribution guidelines.

ByteExceptionM avatar Mar 20 '23 09:03 ByteExceptionM

It's not that easy afaik, this introduces regressions.

NotMyFault avatar Mar 27 '23 08:03 NotMyFault

Please take a moment and address the merge conflicts of your pull request. Thanks!

github-actions[bot] avatar Oct 22 '23 10:10 github-actions[bot]