Compatibility
Minecraft: Java Edition
26.1
1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MPL-2.0
Published 2 months ago
Silence
A lightweight Fabric mod for Minecraft that allows players to silence noisy entities using renamed Name Tags.
Features
- Simple Silencing: Stop any entity from making noise by interacting with it using a specifically named Name Tag.
- Visual Feedback: Silenced entities that didn't previously have a custom name will be renamed to "Silenced" (with their name tag visible) to indicate they are muted.
- Prevent Redundancy: Provides on-screen feedback if you try to silence an entity that is already silent.
How to Use
- Obtain a Name Tag.
- Use an Anvil to rename the Name Tag to one of the following (case-insensitive):
silencesilentsilence_mesilence me
- Right-click the entity you wish to silence with the renamed Name Tag.
The entity will no longer produce sounds, making it perfect for loud farm animals or villagers near your base!
Installation
Prerequisites
- Java 21 or higher.
- Fabric Loader.
- Fabric API.
Setup
- Download the latest
.jarfrom the releases page (or build it yourself). - Place the
.jarfile into your Minecraftmodsfolder. - Launch the game using the Fabric profile.
Development
If you want to contribute or build the project from source:
Building
The project uses Gradle. Use the provided wrapper to build the mod:
# macOS/Linux
./gradlew build
# Windows
gradlew.bat build
The resulting jar will be located in build/libs/.
License
This project is licensed under the terms found in the file. LICENSE.txt

