promotional bannermobile promotional banner

Thunderbolt_lib

A runtime bridge library and addon API for AE2 Lightning Tech, providing lightning energy capability interfaces, recipe builders, and plugin loading support for addon mods.

File Details

Thunderbolt_lib-1.0.6.jar

  • R
  • May 14, 2026
  • 66.99 KB
  • 9
  • 1.21.1
  • NeoForge

File Name

Thunderbolt_lib-1.0.6.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:thunderbolt-lib-1529731:8085942"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Added AE2LTFrequencyBinding, a reflective helper facade for AE2LT's internal FrequencyBindingHost contract.
  • Added AE2LTAPI facade methods for frequency host detection, frequency id read/write/clear, connection state, and grid channel counts.
  • Added AE2LTNativeBridge#frequencyBindingHelperClassName().

Changed

  • Bumped Thunderbolt_lib/API metadata to 1.0.6 and target AE2LT version to 1.0.6.
  • Updated NeoForge metadata dependency on AE2LT to [1.0.6,).

Compatibility

  • Public API and recipe schema coverage remain additive and backward-compatible with Thunderbolt_lib 1.0.5 symbols.
  • Frequency-binding helper calls fail closed when AE2LT is absent or the target is not a frequency-binding host.

Verification

  • Built successfully with ./gradlew.bat clean build.