promotional bannermobile promotional banner

Alfheim Lighting Engine

Alfheim is a lighting engine replacement for Minecraft, optimized for performance and fixing many bugs

File Details

Alfheim 1.2

  • R
  • Dec 11, 2023
  • 67.26 KB
  • 144.8K
  • 1.12.2
  • Forge

File Name

Alfheim-1.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:alfheim-lighting-engine-910715:4949716")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog File (Include Previous Versions)

Alfheim Version 1.2 Changelog - 2023-12-11

Changed

  • Stopped using PooledLongQueue using LongArrayFIFOQueue instead, should be more optimized (faster & lighter lighting updates)
  • Skip spreading light neighbor checks early if the current light is lower than the neighbor light
  • Made minor changes to clamping (Shouldn't cause a difference)

Internal

  • Updated RFG
  • Updated Gradle
  • Fixed the names of the arrays of queues
  • Cleaned up LightingEngine