▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/GUI Scaler
GUI Scaler

GUI Scaler

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

3.0K
8

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

  • Automatic GUI Scaling — Dynamically adjusts GUI scale when your window size changes
  • Intelligent Detection — Uses pixel density detection for optimal readability on any display
  • Real-time Updates — Triggers instantly on screen open, fullscreen toggle, or window resize
  • Two Scaling Modes — Smart AUTO mode or fully customizable CUSTOM mode
  • Multiloader — Works on Fabric and NeoForge (Forge supported up to 1.21.4)
  • ModMenu Support — Fabric users get an in-game config screen via ModMenu

🎯 Scaling Modes

AUTO Mode (Default)

ResolutionGUI Scale
2880x1800+ (HiDPI/Retina)3
1920x1080+ (Full HD)2
1280x720+ (HD)1
Otherwise0 (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"]
  • enableAutoScale — Toggle automatic scaling on or off
  • modeAUTO (intelligent) or CUSTOM (user-defined rules)
  • customRules — Custom width:scale mappings for CUSTOM mode

📦 Supported Platforms

LoaderRequired Dependencies
FabricFabric API, Cloth Config
NeoForge
Forge(up to 1.21.4 only)

🔗 Links

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:LGPL-3.0-only
Опубликован:6 месяцев назад
Обновлён:1 неделю назад
Главная