promotional bannermobile promotional banner

Distant Horizons: A Level of Detail mod

Increase view distance without harming performance.

File Details

1.21.1 Beta 2.3.2 neo/fabric

  • B
  • Apr 5, 2025
  • 17.11 MB
  • 322.6K
  • 1.21.1
  • Fabric + 1

File Name

DistantHorizons-neoforge-fabric-2.3.2-b-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:distant-horizons-508933:6387706"

NeoForge

implementation "curse.maven:distant-horizons-508933:6387706"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Highlights:

  • Added MC 1.21.5 support
  • Improved world gen back to pre 2.3.0 speeds
  • Fixed transparent LODs rendering brighter than expected against the sky
  • Fixed several OpenGL errors (specifically for Linux)
  • Fixed LAN not working for Neo/Forge
  • Fixed Forge 1.18.2 dedicated server crashing on startup due to auto-updater
  • Fixed several memory leaks when changing worlds/levels

Full Changelog

Additions:

  • MC 1.21.5 support
  • additional error checking/handling to shader compilation
  • stack traces to GL error logging
  • a config to only log GL errors once per message

Changes:

  • decrease default world gen progress message timeout 5 seconds -> 2
  • Don't log InterruptedException's during thread pool shutdown
  • Add Iris <=1.8.10 incompatibility for MC 1.21.5
    • Iris 1.8.11 fixes the problem and works like normal

Bug Fixes:

  • Fix GL error logging on MC versions 1.20.2 and newer
  • Fix changing graphics settings via the API failing when called on world load
  • Fix API terrain repo failing when no memory cache was provided
  • fix passing in the wrong flags to glBufferStorage
  • Fix GL errors/logs due to the following:
    • restoring textures to the default FBO
    • accessing the default FBO
  • Fix LAN not working on Neo/Forge
  • Fix Forge 1.18.2 dedicated server startup crash due to auto-updater
  • Fix transparent LODs rendering brighter against the sky
  • Fix SSAO applying to the sky
  • Fix world gen task duplication (increases world gen speed)
  • Fix beacon beams not going through some blocks
  • Fix several memory leaks when changing worlds/levels