
ModsJava
No Debug Feedback
Supresses the debug chat messages sent by F3 shortcuts. Free Minecraft Java mod for 26.2.
⬇ Download on ModrinthNo Debug Feedback
Client-side Fabric mod for Minecraft 26.2. Suppresses the
[Debug]: ... chat messages that F3 shortcuts print (F3+A, F3+T, F3+B,
F3+C, etc)
How it works
All of those messages are sent through one vanilla method,
KeyboardHandler.debugFeedbackTranslated(...). The mixin
(KeyboardHandlerMixin) injects at the head of that method and cancels
it, so nothing ever reaches chat. One mixin.
Building
./gradlew build
Output jar lands in build/libs/. Drop it in your mods folder
Verified by MCModsHub
- Ships as nodebugfeedback-1.0.0.jar — drop this file into the mods folder
- Download size: 14 KB
- Download link checked 24 Aug 2026 — working
These come from our own check of the pack file, not from the source page.