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.7.jar

  • R
  • May 14, 2026
  • 69.01 KB
  • 32
  • 1.21.1
  • NeoForge

File Name

Thunderbolt_lib-1.0.7.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Fixed

  • AE2LTLightningCollectorEventBridge no longer intercepts lightning entity ticks ahead of AE2LT. It now mirrors AE2LT's public com.moakiee.ae2lt.api.event.LightningCollectedEvent, keeping cancellation and amount rewrites inside AE2LT's native collector capture path.

Changed

  • Bumped Thunderbolt_lib/API metadata to 1.0.7 and advanced the target AE2LT version to 1.0.7.
  • Updated LightningCollectedEvent documentation and README text to describe the collector event as a mirror of AE2LT's public event.
  • Cached the native AE2LT collector event method contract up front and tightened fail-closed compatibility logging.

Verification

  • Validation scope for this release: GameTest integration verification, client startup compatibility, and bridge-focused log scanning.
  • Verified natural EHV storage, artificial HV storage, natural-strike crystal cultivation / lightning-rod side effects, and a natural-only lightning ritual path.
  • Built successfully with ./gradlew.bat build.

Compatibility

  • No reappearance of AE2LT's natural-lightning interception warning and no AE2LT compatibility bridge failed to initialize messages were observed during the bridge-focused log scan.
  • Existing unrelated AE2LT dev-environment loot / recipe parse errors remain outside the scope of this library release.