Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
Debug GUI Scale: A Fabric mod that allows players to modify the Debug menu's scaling independently from the GUI Scale!
Debug GUI Scale is a Fabric mod that allows players to adjust the Debug menu's scale independently of the GUI Scale. Customize the Debug menu's size to your preference without affecting the rest of your game's interface!
This mod depends on the library mod Roselib!
Configuration:
Simmiliarly to RemoveAmbientFOV, The mod integrates directly into Minecraft’s Accessibility Options menu, exposing two sliders:
- Debug GUI Scale
- "Always" Overlay Scale"
Each option can be enabled or disabled independently and is saved to a simple JSON config file:
.minecraft/config/DebugGUIScale.json

ModMenu Configuration (Legacy - Click to expand)
ModMenu is no longer required to modify DebugGUIScale in favor of the Vanilla Options API Introduced in Rose Bush 1.3.1
Support for ModMenu might be dropped in a later release (game drop), DebugGUIScale 1.2 still supports ModMenu and does support the new values added.

All options should be straightforward, so go nuts!
JSON Instructions (for legacy versions):
Quick Documentation JSON:
{
"scale": 0.95 // this is the scale, yes it supports decimals up to 2 digits precision.
}


