promotional bannermobile promotional banner

Optiscale

Fine-tune your GUI scale in both vanilla and optifine

File Details

optiscale-1.20.1-1.03.jar

  • R
  • Feb 3, 2025
  • 48.56 KB
  • 22
  • 1.20.1
  • Forge

File Name

optiscale-1.20.1-1.03.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:optiscale-581183:6152699")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Avoid resizing 'render target' by default to avoid a bug with Distant Horizons mod
Add new config options for resize render target, game renderer, and more

Add new config option 'Override List':
Allows you to override specific screens with custom scaling.
E.g., Make chest screens bigger:
net.minecraft.client.gui.screens.inventory.ContainerScreen=500
Above sets Chest screen to use 500% scaling
To help with setting the above, there is a new DEBUG level log that the mod prints whenever you open a new screen with the screen name:
[Optiscale] Detected new screen=net.minecraft.client.gui.screens.inventory.InventoryScreen
Use this to set a custom scale or set this to 0 to blacklist Optiscale from scaling this screen
You can also give the name of the package instead of the screen, e.g., net.minecraft.client.gui.screens.inventory.*=200 to rescale all screens that are in that specific package