promotional bannermobile promotional banner

Moff's AddonAPI-DynLoad

A library mod that provides an API for dynamically loading objects in addon mods based on the mods loaded by Forge.

File Details

addonapi-mc1.21.1-2.1.0[NeoForge]

  • R
  • Jun 21, 2026
  • 18.08 KB
  • 10
  • 1.21.1
  • NeoForge

File Name

addonapi-mc1.21.1-2.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:moffs-addonapi-dynload-1242459:8290849"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Features

The functionality of AddonAPI 2.0.1 for Forge 1.20.1 has been ported to NeoForge 1.21.1.

Changes

  • AddonModule has been separated into CommonAddonModule (server-side) and ClientAddonModule (client-side).
  • When calling, please use AddonModuleRegistry.INSTANCE.loadCommonModule/loadClientModule appropriately.
  • RawAddonModule is now a Builder expression; please create it using RawAddonModule.builder(...). ... .build().