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.
Back to Files

addonapi-mc1.21.1-2.1.0[NeoForge]

File nameaddonapi-mc1.21.1-2.1.0.jar
Uploaded
Jun 21, 2026
Downloads
108
Size
18.1 KB
Mod Loaders
NeoForge
File ID
8290849
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:moffs-addonapi-dynload-1242459:8290849"

Learn more about Curse Maven

What's new

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().

This mod has no additional files