An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Muffle

> A minecraft mod which adds the Sound Muffler, a block which mutes nearby sounds.

![Banner for Muffle](muffle.png)

## 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.