HomeJavaModsGUI Scaler
GUI Scaler
ModsJava

GUI Scaler

by netleak · on Modrinth

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

⬇ Download on Modrinth

GUI Scaler

Never adjust GUI scale manually again. GUI Scaler automatically scales your Minecraft GUI based on window size — whether you resize, toggle fullscreen, or switch monitors.

✨ Features

🎯 Scaling Modes

AUTO Mode (Default)

Resolution GUI Scale
2880x1800+ (HiDPI/Retina) 3
1920x1080+ (Full HD) 2
1280x720+ (HD) 1
Otherwise 0 (auto)

CUSTOM Mode

Define your own width → scale rules in the config file.

⚙️ Configuration

Fabric (config/guiscaler.json5):

{
  "enableAutoScale": true,
  "mode": "AUTO",
  "customRules": {
    "2560": 3,
    "1920": 2,
    "1280": 1
  }
}

NeoForge (config/guiscaler-client.toml):

[general]
  enableAutoScale = true
  mode = "AUTO"
  customRules = ["2560:3", "1920:2", "1280:1"]

📦 Supported Platforms

Loader Required Dependencies
Fabric Fabric API, Cloth Config
NeoForge
Forge (up to 1.21.4 only)

🔗 Links

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more