
Intelium — a Sodium addon that actually tunes for Intel GPUs
**Intelium — made a Sodium addon for Intel GPUs, would love some feedback**
So I've been playing on an Intel iGPU laptop for years and got tired of Sodium treating my GPU like an afterthought. Ended up writing my own mod for it.
Basically it detects which Intel generation you have (works from HD 520 all the way up to Arc Battlemage) and tunes Sodium accordingly — mainly the chunk builder thread count, which Sodium picks pretty conservatively on iGPUs. There's also a fast chunk loading option that overrides Sodium's defer mode, which for some reason ships at the slowest setting by default. Chunks pop in way faster with it.
There's also a bunch of optional "GPU saver" toggles: clouds off/fast, force fast graphics, smooth lighting off, vsync off, render distance cap. They're all off by default because they change how the game looks — I hate mods that mess with your settings without asking. Everything is reversible too, if you turn a toggle (or the whole mod) off it puts your original settings back, even after a restart.
My favorite part honestly is the built-in A/B benchmark: it measures your FPS with the mod on, then off, and shows you the actual difference. No fake numbers, if it doesn't help on your setup it'll tell you.
If you're on NVIDIA or AMD it just disables itself, so don't bother lol.
Needs: Fabric API, Sodium, and an Intel HD 520 or newer (supports 1.21.11 and the 26.x line)
Modrinth: https://modrinth.com/mod/intelium-mod
Source (GPL-3.0): https://github.com/ATOMGAMERAGA/intelium
Bug reports welcome, especially from Arc users since I've mostly tested on iGPUs.