Back to mods
Moff's AddonAPI-DynLoad project artwork

CurseForge · Minecraft mod

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Moff's AddonAPI-DynLoad release should I use?

Updated last month
Latest stable file addonapi-mc1.21.1-2.1.0[NeoForge]
Game version 1.21.1
Loader NeoForge

Moff's AddonAPI-DynLoad addonapi-mc1.21.1-2.1.0[NeoForge] targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Moff's AddonAPI-DynLoad required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Moff's AddonAPI-DynLoad addonapi-mc1.21.1-2.1.0[NeoForge] need?

addonapi-mc1.21.1-2.1.0[NeoForge]. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Moff's AddonAPI-DynLoad without breaking your instance.

Built for Moff's AddonAPI-DynLoad addonapi-mc1.21.1-2.1.0[NeoForge]. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use addonapi-mc1.21.1-2.1.0[NeoForge]. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside addonapi-mc1.21.1-2.1.0[NeoForge]. It opens that exact file at the source.

About this project

What does Moff's AddonAPI-DynLoad add?

AddonAPI

AddonAPI is a library mod that provides an API for dynamically loading objects in addon mods based on the mods loaded by Forge. If a target mod is not loaded, only the extension elements related to that mod are excluded, allowing Minecraft to launch safely.

Supported Version

  • Forge for Minecraft 1.20.1

Main Features

  • Dynamically loads registered modules according to the ModList.
  • Adds a compat section to addon configs, which can be configured per target mod.
  • Provides a recipe condition that determines whether to load a recipe based on the compat config.
  • Includes a template Mixin plugin for detecting mod load status.

Creating Modules

  1. Create a module class by extending AddonModule.
  2. Create a module provider by extending AddonModuleProvider and calling addRawModules() within the registerRawModules() method.
  3. Call AddonModuleRegistry.INSTANCE.LoadModule() in the constructor of your addon.

Using compat Settings

In data pack recipes, use the following format:

{
  "type": "YOUR_RECIPE_TYPE",
  "conditions": [
      {
        "type": "addonlib:mods_available",
        "required_raw_module": "YOUR_RAW_ADDON_MODULE_NAME"
      }
    ],
    ...
}

Project description from CurseForge.

Pick your setup

Moff's AddonAPI-DynLoad by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Moff's AddonAPI-DynLoad versions and loaders

5 of 5 releases match

Looking for an older file? The official CurseForge project page is in Resources.