
Modrinth · Minecraft mod
Integration
Library for better mod integrations.
Quick answer
Which Integration release matches 1.21.2 NeoForge?
Integration 0.2 targets 1.20.2, 1.20.3, 1.20.4 with NeoForge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Integration required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Integration 0.2 need?
0.2 on 1.21.2 NeoForge. Every mod below is checked against that same setup.
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 Integration without breaking your instance.
Built for Integration 0.2 on 1.21.2 NeoForge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 0.2. It targets 1.20.2, 1.20.3, 1.20.4 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
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 0.2. It opens that exact file at the source.
About this project
What does Integration add?
Integration
This is a library mod to help other mods make integration easier.
This mod is based on loaders' api, not Minecraft's. So it can run on any versions if the loader supported.
How to use
- Use
maven { url "https://maven.kessokuteatime.work/releases" }. for more info,
see https://maven.kessokuteatime.work/#/releases/com/iafenvoy/integration - Use
maven { url "https://jitpack.io" }. for more info, see https://jitpack.io/#IAFEnvoy/Integration
Core APIs
IntegrationExecutor: Safely run integration code only when target mod loaded.EntryPointManager: Customizable entry points based on Annotation (Forge/NeoForge) and EntryPoint (Fabric).
Examples
Integration with example-mod
IntegrationExecutor.runWhenLoad("example-mod",()->()->{
//Your code here.
});
Customize entry point
@EntryPointProvider(slug = "example-mod")
public class ExampleModIntegration implements IntegrationEntryPoint {
//Your code here
}
//fabric.mod.json
{
//Other parts
"entrypoints": {
"example-mod": [
"xxx.ExampleModIntegration"
]
},
}
Get this entrypoint:
EntryPointManager.getEntryPoints("example-mod");
请不要把这个mod搬到mcmod.cn,不然重生会打死我的(((
Project description from Modrinth.
Pick your setup
Integration by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.7
3 loader builds1.21.6
3 loader builds1.21.5
3 loader builds1.21.4
3 loader builds1.21.3
3 loader builds1.21.2
3 loader builds1.21.1
3 loader builds1.21
3 loader builds1.20.6
3 loader builds1.20.5
3 loader builds1.20.4
3 loader buildsShowing the newest 12 of 43 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Integration versions and loaders
0.2
integration-0.2-neoforge.jar
18 Aug 2025
Looking for an older file? The official Modrinth project page is in Resources.