Описание
# VisualRatioPlus
**Override Minecraft's rendered aspect ratio — independently from the actual window size.**
VisualRatioPlus lets you choose exactly what field-of-width the game renders at, regardless of how your window is sized or shaped. Pick a standard preset (16:9, 16:10, 4:3, 21:9, 1:1) or dial in any custom value with a slider. The window itself is never touched — only the internal projection matrix is redirected.
---
## Features
- **Aspect ratio presets** — 16:9, 16:10, 4:3, 21:9, 1:1
- **Custom slider** — any ratio from 0.50 to 4.00, displayed as `X.XX : 1`
- **Master toggle** — enable/disable without changing the value
- **Config screen** via YACL + ModMenu — settings saved to `config/visualratioplus.json`
- **Client-side only** — no server-side component, no networking, works in singleplayer and multiplayer
---
## Requirements
- [Fabric Loader](https://fabricmc.net/use/installer/) ≥ 0.14
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [YACL (Yet Another Config Lib)](https://modrinth.com/mod/yacl)
- [ModMenu](https://modrinth.com/mod/modmenu)
---
## Configuration
Open the config screen from **ModMenu → VisualRatioPlus → Config** (gear icon).
| Setting | Description |
|---------|-------------|
| Enable aspect ratio override | Master toggle. Off by default — game behaves normally until you enable it. |
| Preset ratio | Choose a standard ratio or select **Custom** to use the slider. |
| Custom ratio | Slider from `0.50 : 1` to `4.00 : 1`, step `0.01`. Active only when preset is **Custom**. |
Config is saved to `/config/visualratioplus.json`.
---
## Author
Made by Indifferenzah.