Distant Horizons for VulkanMod

VulkanMod compatible version of Distant Horizons

File Details

2.4.6+vm.2-mc1.21.11-STANDALONE

  • B
  • Mar 7, 2026
  • 24.31 MB
  • 180
  • 1.21.11
  • Fabric

File Name

DistantHorizons-VulkanMod-fabric-2.4.6+vm.2-mc1.21.11.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:distant-horizons-vulkanmod-1479241:7725096"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog — 2.4.6+vm.2

Added

  • SSAO (screen-space ambient occlusion) — 2-pass Vulkan post-process with configurable strength, bias, radius, and sample count. Respects all DH SSAO config settings.
  • Fog rendering — distance fog and height fog with all three falloff types (linear, exponential, exponential squared) and all 10 mixing modes. Respects all DH fog config settings including underwater override.
  • Noise/dithering — procedural per-block noise applied to LOD terrain. Controlled by the existing noise config (enable, steps, intensity, dropoff).
  • Fade/clip distance transitions between MC terrain and LODs.

Fixed

  • GPU memory leak where destroyed LOD sections were never freed from the Vulkan buffer cache.
  • GPU memory leak where uploadVertexData() allocated new buffers every frame instead of reusing cached ones.
  • LOD depth values now use MC's projection matrix, fixing LODs rendering in front of vanilla terrain.