A Minecraft 1.21.11 Fabric mod that lets you control render distance, simulation distance, and master volume with keyboard shortcuts — designed for use with a Stream Deck or any macro device.
- Install Fabric Loader for Minecraft 1.21.11
- Download Fabric API for 1.21.11 and place it in your
mods/folder - Download
decktweaks-x.x.x.jarfrom the Releases tab - Place the jar in your Minecraft
mods/folder:
| OS | Mods folder location |
|---|---|
| Windows | %AppData%\.minecraft\mods |
| macOS | ~/Library/Application Support/minecraft/mods |
| Linux | ~/.minecraft/mods |
- Launch Minecraft with the Fabric profile
| Keybind | Action |
|---|---|
. |
Render distance +1 |
, |
Render distance -1 |
] |
Simulation distance +1 |
[ |
Simulation distance -1 |
= |
Master volume +5% |
- |
Master volume -5% |
All changes are shown as a small toast notification in the bottom-right corner of the screen.
- Minecraft 1.21.11
- Fabric Loader ≥ 0.18.4
- Fabric API
- Java 21
macOS
git clone https://github.com/n0ahn/decktweaks
cd decktweaks
export JAVA_HOME=$(/usr/libexec/java_home -v 21)
./gradlew buildLinux
git clone https://github.com/n0ahn/decktweaks
cd decktweaks
./gradlew buildWindows
git clone https://github.com/n0ahn/decktweaks
cd decktweaks
gradlew.bat buildThe built jar will be at build/libs/decktweaks-x.x.x.jar.