Darkhax-Minecraft / BadMobs

A very simple minecraft mod which allows users to disable the spawning on any minecraft entity. This will also remove all existing entities of a banned type from that world.
9 stars 10 forks source link

Popping sound near beehive #69

Closed Mitch98k closed 2 years ago

Mitch98k commented 2 years ago

I have disabled the spawning of bees with this mod, but I've noticed that anytime I get near a beehive there is this popping sound that plays. It seems to grow more intense the closer I get to the hive, and the sound is coming directly from the hive.

Darkhax commented 2 years ago

This is because the bee is trying to escape the hive and you are using this mod to prevent that. The vanilla code here plays the sound before it even tries to spawn the bee and would be classified as a vanilla bug. I could use mixins to rewrite how beehives work but that is out of scope for what this mod should be doing.