maikerumine / mobs_mc

MC like mobs from many authors. This should be complete when released.
GNU General Public License v3.0
22 stars 9 forks source link

The sound of mobs can be heard from too far away #109

Open leorockway opened 7 years ago

leorockway commented 7 years ago

The sound of mobs can be heard from too far away which means that if you're in your house and there are mobs some 30 blocks away you can still hear them swimming, or walking on dirt or walking on snow and if there are many mobs it gets pretty overwhelming. I don't think that's how it works on MC.

Wuzzy2 commented 7 years ago

I thought I set distance=16 for all mobs, with exceptions for the bosses.

Are you only talking about footstep sounds? In that case, this is caused by the node definition, not the mob definition.

leorockway commented 7 years ago

Yes, I'm talking about footstep sounds / swimming sounds. I didn't know that was caused by the node definition. It is pretty annoying though. Particularly if you live near snow, the sound of a dozen animals walking on snow is a bit crazy.

Wuzzy2 commented 7 years ago

Well, then there is not much we can do about in in mobs_mc. Talk to TenPlus1 in Mobs Redo.

Wuzzy2 commented 6 years ago

Is this still an issue, or is this fixed now?

If not, please refer to the mods/game version you use (or commit ID, if on bleeding edge).

tenplus1 commented 6 years ago

sounds.distance defaults to 10 in the api and can be made smaller, the footstep sounds on the other hand are handled by minetest and there's an issue open to fix: https://github.com/minetest/minetest/issues/4361