Back to mods
Integration! project artwork

CurseForge · Minecraft mod

Integration!

Library for better mod integrations.

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

Quick answer

Which Integration! release matches 1.14.2 Forge?

Updated 11 months ago
beta file integration-0.2-forge.jar
Game version 1.16-Snapshot, 1.17.1, 1.16.3
Loader 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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
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 Integration! integration-0.2-forge.jar need?

integration-0.2-forge.jar on 1.14.2 Forge. Every mod below is checked against that same setup.

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 Integration! without breaking your instance.

Built for Integration! integration-0.2-forge.jar on 1.14.2 Forge. Pick another file and the loader, install side or required mods may change.

  1. 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.

  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 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

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.

146 available setups

Showing 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

1 of 3 releases match
Clear filters

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