This guide walks you through installing COI Client from a pre-built release JAR. You will need three components: Fabric Loader (the mod runtime), Fabric API (the standard library COI Client depends on), and the COI Client JAR itself. Fabric Loader is installed through the official Fabric installer; Fabric API and COI Client are downloaded as JAR files and dropped into yourDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ikeepcalm/coi-client/llms.txt
Use this file to discover all available pages before exploring further.
mods/ folder.
Version requirements:
Using mismatched versions is the most common cause of startup crashes. Always match your Fabric API version to your Minecraft version.
| Component | Required version |
|---|---|
| Minecraft | 26.1.2 |
| Fabric Loader | 0.18.6 |
| Fabric API | 0.145.4+26.1.2 |
Installing from a Release JAR
Install Fabric Loader
Download and run the official Fabric installer from fabricmc.net/use. Select your Minecraft version (26.1.2), leave Loader Version on the latest recommended build (0.18.6 or later), and click Install. The installer creates a new Fabric profile in the Minecraft Launcher automatically.
Download Fabric API
Fabric API is a separate download from the mod loader. Grab the Fabric API JAR that matches your exact Minecraft version from modrinth.com/mod/fabric-api or CurseForge. Make sure the version string ends with your Minecraft version (e.g.
0.145.4+26.1.2).Download COI Client
Grab the latest
coi-client-<version>.jar from the GitHub Releases page. Always use the newest release unless you need a specific version to match a server’s plugin.Place both JARs in your mods folder
Locate your Minecraft installation directory (
.minecraft on most systems) and open the mods/ subfolder. Copy both fabric-api-<version>.jar and coi-client-<version>.jar into that folder. No extraction is needed — Fabric loads JARs directly.Building from Source
If you want to run the latest unreleased code or contribute to development, you can compile COI Client yourself. You will need JDK 21 and Git installed.Build the mod with Gradle
Run the Gradle build task using the included wrapper. No separate Gradle installation is required.On Windows, use
gradlew.bat build instead. The first run will download Minecraft assets and all dependencies automatically — this may take a few minutes.