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
[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
StackOverflowErrorwhen resizing the window (recursive GUI scaling triggered byresizeGui()re-initializing the current screen).