https://github.com/jakobhellermann/mc-mod-muffle
A minecraft mod for the fabric modloader which adds a Sound Muffler
https://github.com/jakobhellermann/mc-mod-muffle
Last synced: about 2 months ago
JSON representation
A minecraft mod for the fabric modloader which adds a Sound Muffler
- Host: GitHub
- URL: https://github.com/jakobhellermann/mc-mod-muffle
- Owner: jakobhellermann
- License: mit
- Created: 2020-06-25T10:12:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T11:04:24.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T18:39:07.919Z (over 1 year ago)
- Language: Java
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Muffle
> A minecraft mod which adds the Sound Muffler, a block which mutes nearby sounds.

## Future possibilities
- An extended version of the sound muffler, which allows for selectively muting some sounds or changing the range.
- the opposite, a Sound Amplifier, which makes sounds louder
There are WIP branches for both, but they don't quite work yet.
The GUI one needs to implement some networking for the UI to actually change the block entity, and the amplifier branch works but only up to the volume of 1.0 since it is capped there later. With some mixins this can be changed, although I'm not sure what the best way forward is there.
Contributions very welcome 🌈
## License
This template is available under the MIT license.