
Integration
Library for better mod integrations.
About this Mod
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,不然重生会打死我的(((
Available Versions
How to Install Integration on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.8).
Install Mod
Open the mod browser in the dashboard and search for "Integration". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.8, 1.21.7, 1.21.6 (+40 more)
Server-side
~ OptionalRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Integration server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.8). You can switch loaders with one click in the panel.
Is Integration compatible with fabric and forge and neoforge?
Integration officially supports fabric, forge, neoforge for Minecraft 1.21.8, 1.21.7, 1.21.6. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Integration – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Integration consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Integration with just one click on your server.