
A Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks.
This is a fork of a fork of a fork! I forked it from djpadbit who forked it from daipenger who forked it from sonicether. daipenger ported it to 1.12.2 and cleaned up the codebase. djpadbit added features below:
- Automatic stero to mono downmixing of sounds (So the original resourcepack is not needed anymore)
- More compatibility with mods (Computronics & Immersive Railroading)
- Server-side support (right position for entity and computronics sounds and higher distance before sound cutoff
And in this fork, I ported all ASM code to Mixin for better compatibility, fixed incompat with IC2 Classic and fixed some invalid inner method.
If you are getting errors with mixin.debug enabled, make sure to turn off class verification.
If you want more compat with other mods, please make an issue.
Now require MixinBooter.
If you encountered mixin related problem in game launching, you may want to use a newer (or even unreleases) 8.10 version of MixinBooter. The problem may come from the outdated MixinExtra version in 8.9 MixinBooter, a fix this is coming soon, please join Cleanroom Dicord for further information.