Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
Bad Sound
Description:
You can block any sounds you don’t want to hear without having to turn off Minecraft’s global sound. This mod allows you to manage the sound events you want to block through a configuration file.
The idea comes from some builders using cats to drive away unwanted mobs, but the cats themselves always make noise.
Custom mob sound blocking (location: config/bad_sound-mobs.toml):
# List of specific mob sounds to disable
disabledMobSounds = ["minecraft:entity.creeper.primed", "minecraft:entity.zombie.ambient", "minecraft:entity.skeleton.ambient"]
Simply add the sound events you want to block inside the [] to mute any sound. This is compatible with other mods as well.
(Sound events can be found in the sound.json file in the root directory of the vanilla game or mods.)
描述:
可以屏蔽掉不想听的任何声音,而无需关闭 Minecraft 的全局声音。本 Mod 通过配置文件管理需要屏蔽的声音事件。
灵感来源于部分建筑玩家使用猫驱逐不受欢迎的生物,但猫自己总是会发出声音。
自定义屏蔽生物声音(位置:config/bad_sound-mobs.toml):
# 禁用特定生物声音的列表
disabledMobSounds = ["minecraft:entity.creeper.primed", "minecraft:entity.zombie.ambient", "minecraft:entity.skeleton.ambient"]
将希望屏蔽的声音事件添加到 [] 内即可屏蔽任何声音,本 Mod 与其他 Mod 兼容。
(声音事件可以在原版或 Mod 根目录下的 sound.json 文件中查询)



