https://github.com/serilum/omega-mute
Ω [Client] The only mod you'll need to have full control over individual in-game sound.
https://github.com/serilum/omega-mute
curseforge fabric forge minecraft mod modding modrinth natamus neoforge omega-mute quilt rick-south serilum
Last synced: 3 months ago
JSON representation
Ω [Client] The only mod you'll need to have full control over individual in-game sound.
- Host: GitHub
- URL: https://github.com/serilum/omega-mute
- Owner: Serilum
- License: other
- Created: 2023-12-11T23:39:09.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2025-02-12T22:23:13.000Z (4 months ago)
- Last Synced: 2025-02-23T02:33:32.160Z (3 months ago)
- Topics: curseforge, fabric, forge, minecraft, mod, modding, modrinth, natamus, neoforge, omega-mute, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/omega-mute
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Omega Mute
Download
You can download Omega Mute on CurseForge and Modrinth:
CurseForge: https://curseforge.com/minecraft/mc-mods/omega-mute
Modrinth: https://modrinth.com/mod/omega-muteIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
For issues, ideas, suggestions or anything else, please follow this link:
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
A wiki page entry about it is available here:
Mod Description
Requires the library mod Collective.
This mod is part of The Vanilla Experience modpack and Serilum's Client Bundle mod.
Omega Mute is a client-side mod which allows you to mute/silence all Minecraft sounds while in-game or via a file. You won't need anything else to take full control over all in-game sounds! This works for modded sounds as well. Just place an exclamation mark in front of the sound you want to mute inside the config soundmap file, or use the commands.
The mod contains a sound culling feature. With this you can for example allow a sound to play every 10 seconds. This still allows being immersed into the game without having the same sound over and over and over again when near a source.Commands:
/omegamute reload - reloads all manual changes in the soundmap.txt.
/omegamute query - shows all sounds currently muted.
/omegamute listen (all) - toggles listening to sound events.
/omegamute mute <string> - mutes all sounds which contain <string>
/omegamute cull <integer> <string> - culls all sounds which contain <string> in between <integer> seconds
/omegamute unmute <string> - unmutes all sounds which contain <string>
/omegamute settings serilum - Configures the mod to use Serilum's default settings.
Usage:
All sound settings are saved inside the 'soundmap.txt' file, located in './config/omegamute/'
This is the content of the file. You can either use the in-game commands, or edit the file directly.
Prefixing '!' will mute the sound, prefixing 'n-' will cull it for n seconds.
The mod allows you to listen to your environment via '/omegamute listen'.
This will display the names of the sounds that are played, which you can use to mute, unmute or cull.
An example to mute all pig sounds. Using the '.pig.' identifier.
To unmute all sounds, just use the '.' wildcard identifier. The command would be '/omegamute unmute .':
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!