WildStacker
WildStacker copied to clipboard
EntityBreedEvent not being called
Minecraft's Version
1.17.1, paper (but affects all versions with EntityBreedEvent)
Plugin's Version
dev341
Describe the bug
With smart breeding, EntityBreedEvent is not being called at all, should be called the same amount as babies are being spawned. https://github.com/BG-Software-LLC/WildStacker/blob/dev/src/main/java/com/bgsoftware/wildstacker/listeners/EntitiesListener.java#L494
To Reproduce
- Breed a stack of mobs with smart-breeding enabled
- Test with another plugin that uses EntityBreedEvent to see whether event is being called
Additional Information
No response