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.
Quick answer
Which Moff's AddonAPI-DynLoad release should I use?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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
compatsection to addon configs, which can be configured per target mod. - Provides a recipe condition that determines whether to load a recipe based on the
compatconfig. - Includes a template Mixin plugin for detecting mod load status.
Creating Modules
- Create a module class by extending
AddonModule. - Create a module provider by extending
AddonModuleProviderand callingaddRawModules()within theregisterRawModules()method. - 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.
1.20.1
1 loader buildCheck 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
addonapi-mc1.21.1-2.1.0[NeoForge]
addonapi-mc1.21.1-2.1.0.jar
21 Jun 2026
addonapi-mc1.20.1-2.1.0[Forge]
addonapi-mc1.20.1-2.1.0.jar
25 May 2026
addonapi-mc1.20.1-2.0.0[Forge]
addonapi-mc1.20.1-2.0.0.jar
1 Mar 2026
addonapi-mc1.20.1-2.0.0-SNAPSHOT[Forge]
addonapi-mc1.20.1-2.0.0-SNAPSHOT.jar
10 Jan 2026
addonapi-mc1.20.1-1.2.0[Forge]
addonapi-mc1.20.1-1.2.0.jar
14 Apr 2025
Looking for an older file? The official CurseForge project page is in Resources.