promotional bannermobile promotional banner

AE2AddonLib

A lib that aims to ease the development of AE2 addons.

File Details

AE2AddonLib-1.0.2

  • R
  • Oct 22, 2025
  • 186.57 KB
  • 401.2K
  • 1.21.1
  • NeoForge

File Name

AE2AddonLib-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:ae2addonlib-1366135:7135239"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Breaking Changes

  • Renamed AddonNetworkHandler -> NetworkHandler
  • Renamed CreativeTabItem -> ICreativeTabItem
  • Renamed AddonSettings -> SettingsRegistry
  • Renamed several methods in AE2AddonModelProvider
  • FluidDefinition and MaterialDefinition are now records and methods ending in "Id" now end in "Holder"
  • Removed unused component from FluidTankSlot constructors
  • Moved the FluidTankSlot audio handling to a static class method. This means some methods were changed in the associated interfaces (IFluidTankHandler/IFluidTankScreen)

New features

  • Added javadoc to all applicable classes/methods/variables

Bug fixes

  • Fixed a bug in most registry classes that would lead to crashes if some lists were empty.
  • Changed how the settings button registers appearances. It should now work with multiple inheritors.