Simply Vulkan

Barebones optimization modpack to achieve the MAX FPS on modern hardware featuring the Vulkan API.

88

Quick challenge

How far can you run before the mobs catch you?

Simply Vulkan

Why Vulkan Instead of OpenGL?

Minecraft normally renders using OpenGL, which is an older graphics API. While it works well, it can create performance bottlenecks because the CPU must do a lot of work managing draw calls and communicating with the GPU.

This modpack uses the Vulkan renderer (via VulkanMod), which can improve performance in several ways:

Lower CPU Overhead

Vulkan allows the game to send rendering commands to the GPU more efficiently. This reduces CPU bottlenecks, which can lead to:

* Higher FPS * More stable frame times * Better performance in large worlds or with many entities

Better Multithreading

Unlike OpenGL, Vulkan is designed for modern multi-core CPUs. Rendering work can be split across multiple CPU threads, allowing the game to take better advantage of modern processors.

More Consistent Frame Times

Many players notice fewer frame spikes and smoother gameplay because Vulkan gives the game more direct control over GPU resources.

Compared to Sodium

Mods like Sodium improve performance by optimizing Minecraft’s OpenGL renderer, which is very effective and widely compatible.

However, Vulkan approaches the problem differently:

* Sodium optimizes the replaces the rendering API entirely with Vulkan * VulkanMod replaces the rendering API entirely with Vulkan

On some systems—especially those with strong GPUs and modern drivers—this can lead to even higher FPS and smoother frame pacing than OpenGL-based optimizations.

Compatibility Note

Because Vulkan replaces the rendering system, some graphics mods designed for OpenGL may not be compatible.

ADS