WoolProofed

⭐ — (9 endorsements) 📥 997 downloads 📌 v1.0.1 📅 9/4/2025
🟡 Updated this year

By snowylol_ · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 11/28/2025 📅 Created: 9/4/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.9% endorsement rate
  • 🏆 #677 of 885 fabric mods in this game by downloads

📋 About This Mod

# Woolproofed (https://img.shields.io/badge/Fabric%20API-Required-blue?style=flat-square)](https://modrinth.com/mod/fabric-api) (https://img.shields.io/badge/Minecraft-1.20.1-green?style=flat-square)](https://minecraft.net) (https://img.shields.io/badge/Fabric%20Loader-0.17.2+-blue?style=flat-square)](https://fabricmc.net) (https://img.shields.io/badge/Java-17+-orange?style=flat-square)](https://adoptium.net) (https://img.shields.io/badge/License-CC0%201.0-lightgrey?style=flat-square)](LICENSE) A Minecraft Fabric mod that blocks sounds when wool is placed between the sound source and the player. Perfect for creating soundproof rooms or reducing noise pollution in your builds! <details> <summary>Video Preview</summary> (https://img.youtube.com/vi/VL3ZaNkZjbY/0.jpg)](https://youtu.be/VL3ZaNkZjbY) </details> ## Features - **Sound Blocking**: Automatically blocks sounds when wool blocks are in the line of sight between the sound source and player - **All Wool Colors**: Works with all 16 wool colors (white, orange, magenta, light blue, yellow, lime, pink, gray, light gray, cyan, purple, blue, brown, green, red, black) - **Configurable**: Toggle sound blocking on/off with a key binding - **Smart Detection**: Only blocks sounds that are far enough from the player to prevent blocking nearby sounds - **Performance Optimized**: Efficient raycasting algorithm with configurable check intervals ## Installation ### Prerequisites - Minecraft 1.20.1 - Fabric Loader 0.17.2 or higher - Fabric API - Java 17 or higher ### Steps 1. Download the latest release from the (https://github.com/SSnowly/woolproofed/releases) 2. Place the JAR file in your `mods` folder 3. Make sure you have Fabric API installed 4. Launch Minecraft with Fabric Loader ## Usage ### Basic Sound Blocking Simply place wool blocks between yourself and any sound source. The mod will automatically detect and block sounds that pass through the wool. ### Key Bindings - **B Key** (default): Toggle sound blocking on/off - You can change this key binding in the Controls menu under the "Woolproofed" category ### Configuration The mod includes several configurable options: - **Enabled**: Toggle the entire sound blocking system - **Minimum Distance**: Sounds closer than this distance won't be blocked (default: 1.0 blocks) - **Check Interval**: How frequently to check for wool blocks along the sound path (default: 0.5 blocks) - **Block UI Sounds**: Whether to block interface sounds (default: false) ## How It Works The mod uses a raycasting algorithm to check if there are any wool blocks in a straight line between the sound source and the player: 1. When a sound is about to play, the mod calculates the direction from the sound source to the player 2. It checks every block along this path at regular intervals 3. If any wool block is found, the sound is blocked 4. If no wool blocks are found, the sound plays normally ## Building from Source ### Prerequisites - Java 17 or higher - Gradle ### Steps 1. Clone the repository: ```bash git clone https://github.com/SSnowly/woolproofed.git cd woolproofed ``` 2. Build the mod: ```bash ./gradlew build ``` 3. The built JAR will be in `build/libs/` ## Development ### Contributing 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Test thoroughly 5. Submit a pull request ## License This project is licensed under the MIT License - see the (https://github.com/SSnowly/woolproofed/LICENSE) file for details. ## Support - **Issues**: Report bugs or request features on the (https://github.com/SSnowly/woolproofed/issues) - **Discussions**: Join the conversation on (https://github.com/SSnowly/woolproofed/discussions) ## Credits - **Author**: (https://github.com/SSnowly) - **Fabric API**: (https://github.com/FabricMC/fabric) - **Minecraft**: Mojang Studios --- **Note**: This mod is client-side only and will not affect other players on multiplayer servers. Each player needs to have the mod installed to benefit from sound blocking.

# Woolproofed

[!(https://img.shields.io/badge/Fabric%20API-Required-blue?style=flat-square)](https://modrinth.com/mod/fabric-api) [!(https://img.shields.io/badge/Minecraft-1. 20. 1-green?style=flat-square)](https://minecraft.net) [!(https://img.shields.io/badge/Fabric%20Loader-0. 17. 2+-blue?style=flat-square)](https://fabricmc.net) [!(https://img.shields.io/badge/Java-17+-orange?style=flat-square)](https://adoptium.net) [!(https://img.shields.io/badge/License-CC0%201. 0-lightgrey?style=flat-square)](LICENSE)

A Minecraft Fabric mod that blocks sounds when wool is placed between the sound source and the player. Perfect for creating soundproof rooms or reducing noise pollution in your builds!

Video Preview

[!(https://img.youtube.com/vi/VL3ZaNkZjbY/0.jpg)](https://youtu.be/VL3ZaNkZjbY)

## Features

  • Sound Blocking: Automatically blocks sounds when wool blocks are in the line of sight between the sound source and player
  • All Wool Colors: Works with all 16 wool colors (white, orange, magenta, light blue, yellow, lime, pink, gray, light gray, cyan, purple, blue, brown, green, red, black)
  • Configurable: Toggle sound blocking on/off with a key binding
  • Smart Detection: Only blocks sounds that are far enough from the player to prevent blocking nearby sounds
  • Performance Optimized: Efficient raycasting algorithm with configurable check intervals

## Installation

### Prerequisites - Minecraft 1. 20. 1 - Fabric Loader 0. 17. 2 or higher - Fabric API - Java 17 or higher

### Steps 1. Download the latest release from the (https://github.com/SSnowly/woolproofed/releases) 2. Place the JAR file in your `mods` folder 3. Make sure you have Fabric API installed 4. Launch Minecraft with Fabric Loader

### Basic Sound Blocking Simply place wool blocks between yourself and any sound source. The mod will automatically detect and block sounds that pass through the wool.

### Key Bindings - B Key (default): Toggle sound blocking on/off - You can change this key binding in the Controls menu under the "Woolproofed" category

### Configuration The mod includes several configurable options: - Enabled: Toggle the entire sound blocking system - Minimum Distance: Sounds closer than this distance won't be blocked (default: 1. 0 blocks) - Check Interval: How frequently to check for wool blocks along the sound path (default: 0. 5 blocks) - Block UI Sounds: Whether to block interface sounds (default: false)

## How It Works

The mod uses a raycasting algorithm to check if there are any wool blocks in a straight line between the sound source and the player:

1. When a sound is about to play, the mod calculates the direction from the sound source to the player 2. It checks every block along this path at regular intervals 3. If any wool block is found, the sound is blocked 4. If no wool blocks are found, the sound plays normally

## Building from Source

### Prerequisites - Java 17 or higher - Gradle

### Steps 1. Clone the repository: ```bash git clone https://github.com/SSnowly/woolproofed.git cd woolproofed ```

2. Build the mod: ```bash ./gradlew build ```

3. The built JAR will be in `build/libs/`

## Development

### Contributing 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Test thoroughly 5. Submit a pull request

This project is licensed under the MIT License - see the (https://github.com/SSnowly/woolproofed/LICENSE) file for details.

  • Issues: Report bugs or request features on the (https://github.com/SSnowly/woolproofed/issues)
  • Discussions: Join the conversation on (https://github.com/SSnowly/woolproofed/discussions)
  • Author: (https://github.com/SSnowly)
  • Fabric API: (https://github.com/FabricMC/fabric)
  • Minecraft: Mojang Studios
Note: This mod is client-side only and will not affect other players on multiplayer servers. Each player needs to have the mod installed to benefit from sound blocking.
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
snowylol_
Version
1.0.1
Downloads
997
Endorsements
9
Category
fabric
Created
9/4/2025
Updated
11/28/2025
Game Versions
1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5
Tags
game-mechanics, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does WoolProofed support?

The author lists 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6. Other versions may work but are untested by the author.

What is the latest version of WoolProofed?

Version 1.0.1, published 2025-11-28 with 997 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by snowylol_ 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods