
ModsJava
Integration
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
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,不然重生会打死我的(((
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.2, 1.20.3, 1.20.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as integration-0.2-neoforge.jar — drop this file into the mods folder
- Download size: 11 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.