thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Offset noises based on tags #23

Open thedocruby opened 2 years ago

thedocruby commented 2 years ago

Process entity sounds so that their origin position is accurate, even for non-step sounds.

mikenrafter commented 2 years ago

This should be done via a tagging system, so other mods can interface with Resounding and have the same quality of sound locations.

mikenrafter commented 1 year ago

Related to #86.