GUI Scaler

Automatically adjusts Minecraft GUI scale based on window resolution. Smart scaling for optimal readability on any screen size.

File Details

GUI Scaler 1.20.1-1.1.0 [Forge]

  • R
  • May 31, 2026
  • 425.08 KB
  • 33
  • 1.20.1
  • Forge

File Name

guiscaler-1.20.1-1.1.0-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gui-scaler-1373686:8175393")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.20.1-1.1.0] - 2026-05-31

Changed

  • Auto-scale now only re-applies the GUI scale when the window size actually changes (resize / fullscreen toggle) instead of on every screen open, so the mod sets the default GUI scale while manual changes in Sodium / vanilla options stick (#3).

Fixed

  • Backported the reentrancy guard preventing a StackOverflowError when resizing the window (recursive GUI scaling triggered by resizeGui() re-initializing the current screen).