CurseForge · Minecraft mod
Integration!
Library for better mod integrations.
Quick answer
Which Integration! release matches 1.21.7 Forge?
Integration! integration-0.2-forge.jar targets 1.16-Snapshot, 1.17.1, 1.16.3 with Forge. 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 Integration! 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 Integration! integration-0.2-forge.jar need?
integration-0.2-forge.jar on 1.21.7 Forge. 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! integration-0.2-forge.jar on 1.21.7 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use integration-0.2-forge.jar. It targets 1.16-Snapshot, 1.17.1, 1.16.3 with Forge; 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 integration-0.2-forge.jar. 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 CurseForge.
Pick your setup
Integration! by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.8
3 loader builds1.21.7
3 loader builds1.21.6-snapshot
3 loader builds1.21.6
3 loader builds1.21.5-Snapshot
3 loader builds1.21.5
3 loader builds1.21.4-Snapshot
3 loader builds1.21.4
3 loader builds1.21.3
3 loader builds1.21.2-Snapshot
3 loader builds1.21.2
3 loader buildsShowing the newest 12 of 63 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
integration-0.2-forge.jar
18 Aug 2025
Looking for an older file? The official CurseForge project page is in Resources.